Html Css Color HEX #358900 Bilbao

📋 copy color: '#358900'

red 53 ◦ green 137 ◦ blue 0

#358900
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #358900

Tints of Bilbao #358900

RGB

 RED value IS 53 (21.09% from 255) = 27.89%

 GREEN value IS 137 (53.91% from 255) = 72.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 27.89%
G = 72.11%
B = 0%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 1

 K value IS 0.46

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#358900 (or 0x358900) is known color: Bilbao. HEX triplet: 35, 89 and 00. RGB value is (53,137,0). Sum of RGB (Red+Green+Blue) = 53+137+0=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 137 (53.91% from 255 or 72.11% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 137 - color contains mainly: green. Hex color #358900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358900 is #CA76FF. Grayscale: #606060. Windows color (decimal): -13268736 or 35125. OLE color: 35125.

HSL color Cylindrical-coordinate representation of color #358900: hue angle of 96.79º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #358900 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 137 0 -
CMYK 0.61 0 1 0.46
HSL 96.79º 1% 0.27% -
HSV(B) 96.79º 1% 0.54% -
XYZ 10.41 18.65 3.05 -
YUV 96.27 73.67 97.14 -
System Red Green Blue C M Y K H S L
Decimal 53 137 0 0.61 0 1 0.46 96.79 1 0.27
Hex 35 89 0 3D 0 64 2E 61 64 1B
Octal 65 211 0 75 0 144 56 141 144 33
Binary 110101 10001001 0 111101 0 1100100 101110 1100001 1100100 11011

Color Harmonies of #358900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358900

Black with #358900

Text Example


Text Example

White with #358900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358900; }

 p { color: rgb(53,137,0); }

 H1.HeaderClassName
 {
   color: #358900;
 }
 .AnyTagClassName
 {
   color: #358900;
 }
</style>

background-color css

<style>
 a { background-color: #358900; }

 a { background-color: rgb(53,137,0); }

 div.DivClassName
 {
   background-color: #358900;
 }
 .BgClassName
 {
   background-color: #358900;
 }
</style>

border-color css

<style>
 span { border-color: #358900; }

 span { border-color: rgb(53,137,0); }

 td.TdClassName
 {
   border-color: #358900;
 }
 .TagClassName
 {
   border-color: #358900;
 }
</style>