Html Css Color HEX #407628 Bilbao

📋 copy color: '#407628'

red 64 ◦ green 118 ◦ blue 40

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

Shades of Bilbao #407628

Tints of Bilbao #407628

RGB

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

 GREEN value IS 118 (46.48% from 255) = 53.15%

 BLUE value IS 40 (16.02% from 255) = 18.02%

R = 28.83%
G = 53.15%
B = 18.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#407628 (or 0x407628) is known color: Bilbao. HEX triplet: 40, 76 and 28. RGB value is (64,118,40). Sum of RGB (Red+Green+Blue) = 64+118+40=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 118 (46.48% from 255 or 53.15% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 118 - color contains mainly: green. Hex color #407628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407628 is #BF89D7. Grayscale: #5D5D5D. Windows color (decimal): -12552664 or 2651712. OLE color: 2651712.

HSL color Cylindrical-coordinate representation of color #407628: hue angle of 101.54º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #407628 is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 118 40 -
CMYK 0.46 0 0.66 0.54
HSL 101.54º 0.49% 0.31% -
HSV(B) 101.54º 0.66% 0.46% -
XYZ 8.98 14.2 4.28 -
YUV 92.96 98.11 107.34 -
System Red Green Blue C M Y K H S L
Decimal 64 118 40 0.46 0 0.66 0.54 101.54 0.49 0.31
Hex 40 76 28 2E 0 42 36 66 31 1F
Octal 100 166 50 56 0 102 66 146 61 37
Binary 1000000 1110110 101000 101110 0 1000010 110110 1100110 110001 11111

Color Harmonies of #407628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407628

Black with #407628

Text Example


Text Example

White with #407628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407628; }

 p { color: rgb(64,118,40); }

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

background-color css

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

 a { background-color: rgb(64,118,40); }

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

border-color css

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

 span { border-color: rgb(64,118,40); }

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