Html Css Color HEX #407616 Bilbao

📋 copy color: '#407616'

red 64 ◦ green 118 ◦ blue 22

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

Shades of Bilbao #407616

Tints of Bilbao #407616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 57.84%

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

R = 31.37%
G = 57.84%
B = 10.78%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#407616 (or 0x407616) is known color: Bilbao. HEX triplet: 40, 76 and 16. RGB value is (64,118,22). Sum of RGB (Red+Green+Blue) = 64+118+22=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 118 (46.48% from 255 or 57.84% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 118 - color contains mainly: green. Hex color #407616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407616 is #BF89E9. Grayscale: #5B5B5B. Windows color (decimal): -12552682 or 1472064. OLE color: 1472064.

HSL color Cylindrical-coordinate representation of color #407616: hue angle of 93.75º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #407616 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 118 22 -
CMYK 0.46 0 0.81 0.54
HSL 93.75º 0.69% 0.27% -
HSV(B) 93.75º 0.81% 0.46% -
XYZ 8.74 14.1 3.02 -
YUV 90.91 89.11 108.81 -
System Red Green Blue C M Y K H S L
Decimal 64 118 22 0.46 0 0.81 0.54 93.75 0.69 0.27
Hex 40 76 16 2E 0 51 36 5E 45 1B
Octal 100 166 26 56 0 121 66 136 105 33
Binary 1000000 1110110 10110 101110 0 1010001 110110 1011110 1000101 11011

Color Harmonies of #407616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407616

Black with #407616

Text Example


Text Example

White with #407616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407616; }

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

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

background-color css

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

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

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

border-color css

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

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

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