Html Css Color HEX #356B09 Bilbao

📋 copy color: '#356B09'

red 53 ◦ green 107 ◦ blue 9

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

Shades of Bilbao #356B09

Tints of Bilbao #356B09

RGB

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

 GREEN value IS 107 (42.19% from 255) = 63.31%

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

R = 31.36%
G = 63.31%
B = 5.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.92

 K value IS 0.58

RGB Variations

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

Color information

#356B09 (or 0x356B09) is known color: Bilbao. HEX triplet: 35, 6B and 09. RGB value is (53,107,9). Sum of RGB (Red+Green+Blue) = 53+107+9=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 107 (42.19% from 255 or 63.31% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 107 - color contains mainly: green. Hex color #356B09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356B09 is #CA94F6. Grayscale: #505050. Windows color (decimal): -13276407 or 617269. OLE color: 617269.

HSL color Cylindrical-coordinate representation of color #356B09: hue angle of 93.06º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #356B09 is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 107 9 -
CMYK 0.50 0 0.92 0.58
HSL 93.06º 0.84% 0.23% -
HSV(B) 93.06º 0.92% 0.42% -
XYZ 6.78 11.29 2.08 -
YUV 79.68 88.11 108.97 -
System Red Green Blue C M Y K H S L
Decimal 53 107 9 0.50 0 0.92 0.58 93.06 0.84 0.23
Hex 35 6B 9 32 0 5C 3A 5D 54 17
Octal 65 153 11 62 0 134 72 135 124 27
Binary 110101 1101011 1001 110010 0 1011100 111010 1011101 1010100 10111

Color Harmonies of #356B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B09

Black with #356B09

Text Example


Text Example

White with #356B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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