Html Css Color HEX #407316 Bilbao

📋 copy color: '#407316'

red 64 ◦ green 115 ◦ blue 22

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

Shades of Bilbao #407316

Tints of Bilbao #407316

RGB

 RED value IS 64 (25.39% from 255) = 31.84%

 GREEN value IS 115 (45.31% from 255) = 57.21%

 BLUE value IS 22 (8.98% from 255) = 10.95%

R = 31.84%
G = 57.21%
B = 10.95%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#407316 (or 0x407316) is known color: Bilbao. HEX triplet: 40, 73 and 16. RGB value is (64,115,22). Sum of RGB (Red+Green+Blue) = 64+115+22=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #407316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407316 is #BF8CE9. Grayscale: #595959. Windows color (decimal): -12553450 or 1471296. OLE color: 1471296.

HSL color Cylindrical-coordinate representation of color #407316: hue angle of 92.9º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #407316 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 115 22 -
CMYK 0.44 0 0.81 0.55
HSL 92.9º 0.68% 0.27% -
HSV(B) 92.9º 0.81% 0.45% -
XYZ 8.39 13.41 2.91 -
YUV 89.15 90.1 110.06 -
System Red Green Blue C M Y K H S L
Decimal 64 115 22 0.44 0 0.81 0.55 92.9 0.68 0.27
Hex 40 73 16 2C 0 51 37 5D 44 1B
Octal 100 163 26 54 0 121 67 135 104 33
Binary 1000000 1110011 10110 101100 0 1010001 110111 1011101 1000100 11011

Color Harmonies of #407316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407316

Black with #407316

Text Example


Text Example

White with #407316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407316; }

 p { color: rgb(64,115,22); }

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

background-color css

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

 a { background-color: rgb(64,115,22); }

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

border-color css

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

 span { border-color: rgb(64,115,22); }

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