Html Css Color HEX #407E33 Bilbao

📋 copy color: '#407E33'

red 64 ◦ green 126 ◦ blue 51

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

Shades of Bilbao #407E33

Tints of Bilbao #407E33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.16%

R = 26.56%
G = 52.28%
B = 21.16%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#407E33 (or 0x407E33) is known color: Bilbao. HEX triplet: 40, 7E and 33. RGB value is (64,126,51). Sum of RGB (Red+Green+Blue) = 64+126+51=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 126 (49.61% from 255 or 52.28% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 126 - color contains mainly: green. Hex color #407E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407E33 is #BF81CC. Grayscale: #636363. Windows color (decimal): -12550605 or 3374656. OLE color: 3374656.

HSL color Cylindrical-coordinate representation of color #407E33: hue angle of 109.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #407E33 is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 126 51 -
CMYK 0.49 0 0.60 0.51
HSL 109.6º 0.42% 0.35% -
HSV(B) 109.6º 0.6% 0.49% -
XYZ 10.17 16.25 5.73 -
YUV 98.91 100.96 103.1 -
System Red Green Blue C M Y K H S L
Decimal 64 126 51 0.49 0 0.60 0.51 109.6 0.42 0.35
Hex 40 7E 33 31 0 3C 33 6E 2A 23
Octal 100 176 63 61 0 74 63 156 52 43
Binary 1000000 1111110 110011 110001 0 111100 110011 1101110 101010 100011

Color Harmonies of #407E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407E33

Black with #407E33

Text Example


Text Example

White with #407E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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