Html Css Color HEX #407F1E Bilbao

📋 copy color: '#407F1E'

red 64 ◦ green 127 ◦ blue 30

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

Shades of Bilbao #407F1E

Tints of Bilbao #407F1E

RGB

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

 GREEN value IS 127 (50% from 255) = 57.47%

 BLUE value IS 30 (12.11% from 255) = 13.57%

R = 28.96%
G = 57.47%
B = 13.57%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#407F1E (or 0x407F1E) is known color: Bilbao. HEX triplet: 40, 7F and 1E. RGB value is (64,127,30). Sum of RGB (Red+Green+Blue) = 64+127+30=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 127 (50% from 255 or 57.47% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 127 - color contains mainly: green. Hex color #407F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407F1E is #BF80E1. Grayscale: #616161. Windows color (decimal): -12550370 or 1998656. OLE color: 1998656.

HSL color Cylindrical-coordinate representation of color #407F1E: hue angle of 98.97º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #407F1E is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 127 30 -
CMYK 0.50 0 0.76 0.50
HSL 98.97º 0.62% 0.31% -
HSV(B) 98.97º 0.76% 0.5% -
XYZ 9.94 16.36 3.86 -
YUV 97.11 90.13 104.39 -
System Red Green Blue C M Y K H S L
Decimal 64 127 30 0.50 0 0.76 0.50 98.97 0.62 0.31
Hex 40 7F 1E 32 0 4C 32 63 3E 1F
Octal 100 177 36 62 0 114 62 143 76 37
Binary 1000000 1111111 11110 110010 0 1001100 110010 1100011 111110 11111

Color Harmonies of #407F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407F1E

Black with #407F1E

Text Example


Text Example

White with #407F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,127,30); }

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

background-color css

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

 a { background-color: rgb(64,127,30); }

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

border-color css

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

 span { border-color: rgb(64,127,30); }

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