Html Css Color HEX #358809 Bilbao

📋 copy color: '#358809'

red 53 ◦ green 136 ◦ blue 9

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

Shades of Bilbao #358809

Tints of Bilbao #358809

RGB

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

 GREEN value IS 136 (53.52% from 255) = 68.69%

 BLUE value IS 9 (3.91% from 255) = 4.55%

R = 26.77%
G = 68.69%
B = 4.55%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#358809 (or 0x358809) is known color: Bilbao. HEX triplet: 35, 88 and 09. RGB value is (53,136,9). Sum of RGB (Red+Green+Blue) = 53+136+9=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 136 (53.52% from 255 or 68.69% from 198); Blue value is 9 (3.91% from 255 or 4.55% from 198); Max value from RGB is 136 - color contains mainly: green. Hex color #358809 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358809 is #CA77F6. Grayscale: #616161. Windows color (decimal): -13268983 or 624693. OLE color: 624693.

HSL color Cylindrical-coordinate representation of color #358809: hue angle of 99.21º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #358809 is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 136 9 -
CMYK 0.61 0 0.93 0.47
HSL 99.21º 0.88% 0.28% -
HSV(B) 99.21º 0.93% 0.53% -
XYZ 10.32 18.38 3.26 -
YUV 96.71 78.5 96.83 -
System Red Green Blue C M Y K H S L
Decimal 53 136 9 0.61 0 0.93 0.47 99.21 0.88 0.28
Hex 35 88 9 3D 0 5D 2F 63 58 1C
Octal 65 210 11 75 0 135 57 143 130 34
Binary 110101 10001000 1001 111101 0 1011101 101111 1100011 1011000 11100

Color Harmonies of #358809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358809

Black with #358809

Text Example


Text Example

White with #358809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358809; }

 p { color: rgb(53,136,9); }

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

background-color css

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

 a { background-color: rgb(53,136,9); }

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

border-color css

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

 span { border-color: rgb(53,136,9); }

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