Html Css Color HEX #407528 Bilbao

📋 copy color: '#407528'

red 64 ◦ green 117 ◦ blue 40

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

Shades of Bilbao #407528

Tints of Bilbao #407528

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.94%

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

R = 28.96%
G = 52.94%
B = 18.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#407528 (or 0x407528) is known color: Bilbao. HEX triplet: 40, 75 and 28. RGB value is (64,117,40). Sum of RGB (Red+Green+Blue) = 64+117+40=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #407528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407528 is #BF8AD7. Grayscale: #5C5C5C. Windows color (decimal): -12552920 or 2651456. OLE color: 2651456.

HSL color Cylindrical-coordinate representation of color #407528: hue angle of 101.3º 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 #407528 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 117 40 -
CMYK 0.45 0 0.66 0.54
HSL 101.3º 0.49% 0.31% -
HSV(B) 101.3º 0.66% 0.46% -
XYZ 8.86 13.97 4.24 -
YUV 92.38 98.44 107.76 -
System Red Green Blue C M Y K H S L
Decimal 64 117 40 0.45 0 0.66 0.54 101.3 0.49 0.31
Hex 40 75 28 2D 0 42 36 65 31 1F
Octal 100 165 50 55 0 102 66 145 61 37
Binary 1000000 1110101 101000 101101 0 1000010 110110 1100101 110001 11111

Color Harmonies of #407528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407528

Black with #407528

Text Example


Text Example

White with #407528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407528; }

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

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

background-color css

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

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

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

border-color css

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

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

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