Html Css Color HEX #407D19 Bilbao

📋 copy color: '#407D19'

red 64 ◦ green 125 ◦ blue 25

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

Shades of Bilbao #407D19

Tints of Bilbao #407D19

RGB

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

 GREEN value IS 125 (49.22% from 255) = 58.41%

 BLUE value IS 25 (10.16% from 255) = 11.68%

R = 29.91%
G = 58.41%
B = 11.68%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.8

 K value IS 0.51

RGB Variations

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

Color information

#407D19 (or 0x407D19) is known color: Bilbao. HEX triplet: 40, 7D and 19. RGB value is (64,125,25). Sum of RGB (Red+Green+Blue) = 64+125+25=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 125 (49.22% from 255 or 58.41% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 125 - color contains mainly: green. Hex color #407D19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407D19 is #BF82E6. Grayscale: #5F5F5F. Windows color (decimal): -12550887 or 1670464. OLE color: 1670464.

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

Color convert

RGB 64 125 25 -
CMYK 0.49 0 0.8 0.51
HSL 96.6º 0.67% 0.29% -
HSV(B) 96.6º 0.8% 0.49% -
XYZ 9.62 15.83 3.47 -
YUV 95.36 88.29 105.63 -
System Red Green Blue C M Y K H S L
Decimal 64 125 25 0.49 0 0.8 0.51 96.6 0.67 0.29
Hex 40 7D 19 31 0 50 33 61 43 1D
Octal 100 175 31 61 0 120 63 141 103 35
Binary 1000000 1111101 11001 110001 0 1010000 110011 1100001 1000011 11101

Color Harmonies of #407D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407D19

Black with #407D19

Text Example


Text Example

White with #407D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,125,25); }

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

background-color css

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

 a { background-color: rgb(64,125,25); }

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

border-color css

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

 span { border-color: rgb(64,125,25); }

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