Html Css Color HEX #407F13 Bilbao

📋 copy color: '#407F13'

red 64 ◦ green 127 ◦ blue 19

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

Shades of Bilbao #407F13

Tints of Bilbao #407F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.05%

R = 30.48%
G = 60.48%
B = 9.05%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#407F13 (or 0x407F13) is known color: Bilbao. HEX triplet: 40, 7F and 13. RGB value is (64,127,19). Sum of RGB (Red+Green+Blue) = 64+127+19=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 127 (50% from 255 or 60.48% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 127 - color contains mainly: green. Hex color #407F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407F13 is #BF80EC. Grayscale: #606060. Windows color (decimal): -12550381 or 1277760. OLE color: 1277760.

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

Color convert

RGB 64 127 19 -
CMYK 0.50 0 0.85 0.50
HSL 95º 0.74% 0.29% -
HSV(B) 95º 0.85% 0.5% -
XYZ 9.82 16.32 3.25 -
YUV 95.85 84.63 105.28 -
System Red Green Blue C M Y K H S L
Decimal 64 127 19 0.50 0 0.85 0.50 95 0.74 0.29
Hex 40 7F 13 32 0 55 32 5F 4A 1D
Octal 100 177 23 62 0 125 62 137 112 35
Binary 1000000 1111111 10011 110010 0 1010101 110010 1011111 1001010 11101

Color Harmonies of #407F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407F13

Black with #407F13

Text Example


Text Example

White with #407F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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