Html Css Color HEX #407E25 Bilbao

📋 copy color: '#407E25'

red 64 ◦ green 126 ◦ blue 37

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

Shades of Bilbao #407E25

Tints of Bilbao #407E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.3%

R = 28.19%
G = 55.51%
B = 16.3%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.71

 K value IS 0.51

RGB Variations

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

Color information

#407E25 (or 0x407E25) is known color: Bilbao. HEX triplet: 40, 7E and 25. RGB value is (64,126,37). Sum of RGB (Red+Green+Blue) = 64+126+37=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 126 (49.61% from 255 or 55.51% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 126 - color contains mainly: green. Hex color #407E25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407E25 is #BF81DA. Grayscale: #616161. Windows color (decimal): -12550619 or 2457152. OLE color: 2457152.

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

Color convert

RGB 64 126 37 -
CMYK 0.49 0 0.71 0.51
HSL 101.8º 0.55% 0.32% -
HSV(B) 101.8º 0.71% 0.49% -
XYZ 9.91 16.15 4.34 -
YUV 97.32 93.96 104.24 -
System Red Green Blue C M Y K H S L
Decimal 64 126 37 0.49 0 0.71 0.51 101.8 0.55 0.32
Hex 40 7E 25 31 0 47 33 66 37 20
Octal 100 176 45 61 0 107 63 146 67 40
Binary 1000000 1111110 100101 110001 0 1000111 110011 1100110 110111 100000

Color Harmonies of #407E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407E25

Black with #407E25

Text Example


Text Example

White with #407E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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