Html Css Color HEX #407F17 Bilbao

📋 copy color: '#407F17'

red 64 ◦ green 127 ◦ blue 23

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

Shades of Bilbao #407F17

Tints of Bilbao #407F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.75%

R = 29.91%
G = 59.35%
B = 10.75%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#407F17 (or 0x407F17) is known color: Bilbao. HEX triplet: 40, 7F and 17. RGB value is (64,127,23). Sum of RGB (Red+Green+Blue) = 64+127+23=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 127 (50% from 255 or 59.35% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 127 - color contains mainly: green. Hex color #407F17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407F17 is #BF80E8. Grayscale: #606060. Windows color (decimal): -12550377 or 1539904. OLE color: 1539904.

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

Color convert

RGB 64 127 23 -
CMYK 0.50 0 0.82 0.50
HSL 96.35º 0.69% 0.29% -
HSV(B) 96.35º 0.82% 0.5% -
XYZ 9.86 16.33 3.44 -
YUV 96.31 86.63 104.96 -
System Red Green Blue C M Y K H S L
Decimal 64 127 23 0.50 0 0.82 0.50 96.35 0.69 0.29
Hex 40 7F 17 32 0 52 32 60 45 1D
Octal 100 177 27 62 0 122 62 140 105 35
Binary 1000000 1111111 10111 110010 0 1010010 110010 1100000 1000101 11101

Color Harmonies of #407F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407F17

Black with #407F17

Text Example


Text Example

White with #407F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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