Html Css Color HEX #358409 Bilbao

📋 copy color: '#358409'

red 53 ◦ green 132 ◦ blue 9

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

Shades of Bilbao #358409

Tints of Bilbao #358409

RGB

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

 GREEN value IS 132 (51.95% from 255) = 68.04%

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

R = 27.32%
G = 68.04%
B = 4.64%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#358409 (or 0x358409) is known color: Bilbao. HEX triplet: 35, 84 and 09. RGB value is (53,132,9). Sum of RGB (Red+Green+Blue) = 53+132+9=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 132 (51.95% from 255 or 68.04% from 194); Blue value is 9 (3.91% from 255 or 4.64% from 194); Max value from RGB is 132 - color contains mainly: green. Hex color #358409 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358409 is #CA7BF6. Grayscale: #5E5E5E. Windows color (decimal): -13270007 or 623669. OLE color: 623669.

HSL color Cylindrical-coordinate representation of color #358409: hue angle of 98.54º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #358409 is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 132 9 -
CMYK 0.60 0 0.93 0.48
HSL 98.54º 0.87% 0.28% -
HSV(B) 98.54º 0.93% 0.52% -
XYZ 9.77 17.28 3.08 -
YUV 94.36 79.83 98.5 -
System Red Green Blue C M Y K H S L
Decimal 53 132 9 0.60 0 0.93 0.48 98.54 0.87 0.28
Hex 35 84 9 3C 0 5D 30 63 57 1C
Octal 65 204 11 74 0 135 60 143 127 34
Binary 110101 10000100 1001 111100 0 1011101 110000 1100011 1010111 11100

Color Harmonies of #358409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358409

Black with #358409

Text Example


Text Example

White with #358409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358409; }

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

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

background-color css

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

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

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

border-color css

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

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

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