Html Css Color HEX #407E14 Bilbao

📋 copy color: '#407E14'

red 64 ◦ green 126 ◦ blue 20

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

Shades of Bilbao #407E14

Tints of Bilbao #407E14

RGB

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

 GREEN value IS 126 (49.61% from 255) = 60%

 BLUE value IS 20 (8.2% from 255) = 9.52%

R = 30.48%
G = 60%
B = 9.52%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#407E14 (or 0x407E14) is known color: Bilbao. HEX triplet: 40, 7E and 14. RGB value is (64,126,20). Sum of RGB (Red+Green+Blue) = 64+126+20=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 126 (49.61% from 255 or 60% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 126 - color contains mainly: green. Hex color #407E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407E14 is #BF81EB. Grayscale: #5F5F5F. Windows color (decimal): -12550636 or 1343040. OLE color: 1343040.

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

Color convert

RGB 64 126 20 -
CMYK 0.49 0 0.84 0.51
HSL 95.09º 0.73% 0.29% -
HSV(B) 95.09º 0.84% 0.49% -
XYZ 9.7 16.06 3.25 -
YUV 95.38 85.46 105.62 -
System Red Green Blue C M Y K H S L
Decimal 64 126 20 0.49 0 0.84 0.51 95.09 0.73 0.29
Hex 40 7E 14 31 0 54 33 5F 49 1D
Octal 100 176 24 61 0 124 63 137 111 35
Binary 1000000 1111110 10100 110001 0 1010100 110011 1011111 1001001 11101

Color Harmonies of #407E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407E14

Black with #407E14

Text Example


Text Example

White with #407E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,126,20); }

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

background-color css

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

 a { background-color: rgb(64,126,20); }

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

border-color css

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

 span { border-color: rgb(64,126,20); }

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