Html Css Color HEX #356809 Bilbao

📋 copy color: '#356809'

red 53 ◦ green 104 ◦ blue 9

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

Shades of Bilbao #356809

Tints of Bilbao #356809

RGB

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

 GREEN value IS 104 (41.02% from 255) = 62.65%

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

R = 31.93%
G = 62.65%
B = 5.42%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#356809 (or 0x356809) is known color: Bilbao. HEX triplet: 35, 68 and 09. RGB value is (53,104,9). Sum of RGB (Red+Green+Blue) = 53+104+9=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 104 (41.02% from 255 or 62.65% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 104 - color contains mainly: green. Hex color #356809 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356809 is #CA97F6. Grayscale: #4E4E4E. Windows color (decimal): -13277175 or 616501. OLE color: 616501.

HSL color Cylindrical-coordinate representation of color #356809: hue angle of 92.21º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #356809 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 104 9 -
CMYK 0.49 0 0.91 0.59
HSL 92.21º 0.84% 0.22% -
HSV(B) 92.21º 0.91% 0.41% -
XYZ 6.47 10.68 1.98 -
YUV 77.92 89.1 110.22 -
System Red Green Blue C M Y K H S L
Decimal 53 104 9 0.49 0 0.91 0.59 92.21 0.84 0.22
Hex 35 68 9 31 0 5B 3B 5C 54 16
Octal 65 150 11 61 0 133 73 134 124 26
Binary 110101 1101000 1001 110001 0 1011011 111011 1011100 1010100 10110

Color Harmonies of #356809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356809

Black with #356809

Text Example


Text Example

White with #356809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356809; }

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

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

background-color css

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

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

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

border-color css

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

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

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