Html Css Color HEX #407D08 Bilbao

📋 copy color: '#407D08'

red 64 ◦ green 125 ◦ blue 8

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

Shades of Bilbao #407D08

Tints of Bilbao #407D08

RGB

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

 GREEN value IS 125 (49.22% from 255) = 63.45%

 BLUE value IS 8 (3.52% from 255) = 4.06%

R = 32.49%
G = 63.45%
B = 4.06%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#407D08 (or 0x407D08) is known color: Bilbao. HEX triplet: 40, 7D and 08. RGB value is (64,125,8). Sum of RGB (Red+Green+Blue) = 64+125+8=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 125 (49.22% from 255 or 63.45% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 125 - color contains mainly: green. Hex color #407D08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407D08 is #BF82F7. Grayscale: #5D5D5D. Windows color (decimal): -12550904 or 556352. OLE color: 556352.

HSL color Cylindrical-coordinate representation of color #407D08: hue angle of 91.28º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #407D08 is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 125 8 -
CMYK 0.49 0 0.94 0.51
HSL 91.28º 0.88% 0.26% -
HSV(B) 91.28º 0.94% 0.49% -
XYZ 9.49 15.77 2.77 -
YUV 93.42 79.79 107.01 -
System Red Green Blue C M Y K H S L
Decimal 64 125 8 0.49 0 0.94 0.51 91.28 0.88 0.26
Hex 40 7D 8 31 0 5E 33 5B 58 1A
Octal 100 175 10 61 0 136 63 133 130 32
Binary 1000000 1111101 1000 110001 0 1011110 110011 1011011 1011000 11010

Color Harmonies of #407D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407D08

Black with #407D08

Text Example


Text Example

White with #407D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407D08; }

 p { color: rgb(64,125,8); }

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

background-color css

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

 a { background-color: rgb(64,125,8); }

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

border-color css

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

 span { border-color: rgb(64,125,8); }

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