Html Css Color HEX #407516 Bilbao

📋 copy color: '#407516'

red 64 ◦ green 117 ◦ blue 22

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

Shades of Bilbao #407516

Tints of Bilbao #407516

RGB

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

 GREEN value IS 117 (46.09% from 255) = 57.64%

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

R = 31.53%
G = 57.64%
B = 10.84%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#407516 (or 0x407516) is known color: Bilbao. HEX triplet: 40, 75 and 16. RGB value is (64,117,22). Sum of RGB (Red+Green+Blue) = 64+117+22=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 117 (46.09% from 255 or 57.64% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 117 - color contains mainly: green. Hex color #407516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407516 is #BF8AE9. Grayscale: #5A5A5A. Windows color (decimal): -12552938 or 1471808. OLE color: 1471808.

HSL color Cylindrical-coordinate representation of color #407516: hue angle of 93.47º degrees, saturation: 0.68, 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 #407516 is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 117 22 -
CMYK 0.45 0 0.81 0.54
HSL 93.47º 0.68% 0.27% -
HSV(B) 93.47º 0.81% 0.46% -
XYZ 8.62 13.87 2.98 -
YUV 90.32 89.44 109.22 -
System Red Green Blue C M Y K H S L
Decimal 64 117 22 0.45 0 0.81 0.54 93.47 0.68 0.27
Hex 40 75 16 2D 0 51 36 5D 44 1B
Octal 100 165 26 55 0 121 66 135 104 33
Binary 1000000 1110101 10110 101101 0 1010001 110110 1011101 1000100 11011

Color Harmonies of #407516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407516

Black with #407516

Text Example


Text Example

White with #407516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407516; }

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

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

background-color css

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

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

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

border-color css

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

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

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