Html Css Color HEX #407E17 Bilbao

📋 copy color: '#407E17'

red 64 ◦ green 126 ◦ blue 23

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

Shades of Bilbao #407E17

Tints of Bilbao #407E17

RGB

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

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

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

R = 30.05%
G = 59.15%
B = 10.8%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#407E17 (or 0x407E17) is known color: Bilbao. HEX triplet: 40, 7E and 17. RGB value is (64,126,23). Sum of RGB (Red+Green+Blue) = 64+126+23=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 126 (49.61% from 255 or 59.15% from 213); Blue value is 23 (9.38% from 255 or 10.80% from 213); Max value from RGB is 126 - color contains mainly: green. Hex color #407E17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407E17 is #BF81E8. Grayscale: #606060. Windows color (decimal): -12550633 or 1539648. OLE color: 1539648.

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

Color convert

RGB 64 126 23 -
CMYK 0.49 0 0.82 0.51
HSL 96.12º 0.69% 0.29% -
HSV(B) 96.12º 0.82% 0.49% -
XYZ 9.73 16.07 3.4 -
YUV 95.72 86.96 105.38 -
System Red Green Blue C M Y K H S L
Decimal 64 126 23 0.49 0 0.82 0.51 96.12 0.69 0.29
Hex 40 7E 17 31 0 52 33 60 45 1D
Octal 100 176 27 61 0 122 63 140 105 35
Binary 1000000 1111110 10111 110001 0 1010010 110011 1100000 1000101 11101

Color Harmonies of #407E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407E17

Black with #407E17

Text Example


Text Example

White with #407E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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