Html Css Color HEX #407918 Bilbao

📋 copy color: '#407918'

red 64 ◦ green 121 ◦ blue 24

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

Shades of Bilbao #407918

Tints of Bilbao #407918

RGB

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

 GREEN value IS 121 (47.66% from 255) = 57.89%

 BLUE value IS 24 (9.77% from 255) = 11.48%

R = 30.62%
G = 57.89%
B = 11.48%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#407918 (or 0x407918) is known color: Bilbao. HEX triplet: 40, 79 and 18. RGB value is (64,121,24). Sum of RGB (Red+Green+Blue) = 64+121+24=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 121 (47.66% from 255 or 57.89% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 121 - color contains mainly: green. Hex color #407918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407918 is #BF86E7. Grayscale: #5D5D5D. Windows color (decimal): -12551912 or 1603904. OLE color: 1603904.

HSL color Cylindrical-coordinate representation of color #407918: hue angle of 95.26º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #407918 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 121 24 -
CMYK 0.47 0 0.80 0.53
HSL 95.26º 0.67% 0.28% -
HSV(B) 95.26º 0.8% 0.47% -
XYZ 9.12 14.83 3.25 -
YUV 92.9 89.12 107.39 -
System Red Green Blue C M Y K H S L
Decimal 64 121 24 0.47 0 0.80 0.53 95.26 0.67 0.28
Hex 40 79 18 2F 0 50 35 5F 43 1C
Octal 100 171 30 57 0 120 65 137 103 34
Binary 1000000 1111001 11000 101111 0 1010000 110101 1011111 1000011 11100

Color Harmonies of #407918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407918

Black with #407918

Text Example


Text Example

White with #407918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407918; }

 p { color: rgb(64,121,24); }

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

background-color css

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

 a { background-color: rgb(64,121,24); }

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

border-color css

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

 span { border-color: rgb(64,121,24); }

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