Html Css Color HEX #407F14 Bilbao

📋 copy color: '#407F14'

red 64 ◦ green 127 ◦ blue 20

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

Shades of Bilbao #407F14

Tints of Bilbao #407F14

RGB

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

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

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

R = 30.33%
G = 60.19%
B = 9.48%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#407F14 (or 0x407F14) is known color: Bilbao. HEX triplet: 40, 7F and 14. RGB value is (64,127,20). Sum of RGB (Red+Green+Blue) = 64+127+20=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 127 (50% from 255 or 60.19% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 127 - color contains mainly: green. Hex color #407F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407F14 is #BF80EB. Grayscale: #606060. Windows color (decimal): -12550380 or 1343296. OLE color: 1343296.

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

Color convert

RGB 64 127 20 -
CMYK 0.50 0 0.84 0.50
HSL 95.33º 0.73% 0.29% -
HSV(B) 95.33º 0.84% 0.5% -
XYZ 9.83 16.32 3.29 -
YUV 95.97 85.13 105.2 -
System Red Green Blue C M Y K H S L
Decimal 64 127 20 0.50 0 0.84 0.50 95.33 0.73 0.29
Hex 40 7F 14 32 0 54 32 5F 49 1D
Octal 100 177 24 62 0 124 62 137 111 35
Binary 1000000 1111111 10100 110010 0 1010100 110010 1011111 1001001 11101

Color Harmonies of #407F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407F14

Black with #407F14

Text Example


Text Example

White with #407F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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