Html Css Color HEX #407525 Bilbao

📋 copy color: '#407525'

red 64 ◦ green 117 ◦ blue 37

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

Shades of Bilbao #407525

Tints of Bilbao #407525

RGB

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

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

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

R = 29.36%
G = 53.67%
B = 16.97%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#407525 (or 0x407525) is known color: Bilbao. HEX triplet: 40, 75 and 25. RGB value is (64,117,37). Sum of RGB (Red+Green+Blue) = 64+117+37=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #407525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407525 is #BF8ADA. Grayscale: #5C5C5C. Windows color (decimal): -12552923 or 2454848. OLE color: 2454848.

HSL color Cylindrical-coordinate representation of color #407525: hue angle of 99.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #407525 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 117 37 -
CMYK 0.45 0 0.68 0.54
HSL 99.75º 0.52% 0.3% -
HSV(B) 99.75º 0.68% 0.46% -
XYZ 8.81 13.95 3.98 -
YUV 92.03 96.94 108 -
System Red Green Blue C M Y K H S L
Decimal 64 117 37 0.45 0 0.68 0.54 99.75 0.52 0.3
Hex 40 75 25 2D 0 44 36 64 34 1E
Octal 100 165 45 55 0 104 66 144 64 36
Binary 1000000 1110101 100101 101101 0 1000100 110110 1100100 110100 11110

Color Harmonies of #407525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407525

Black with #407525

Text Example


Text Example

White with #407525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407525; }

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

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

background-color css

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

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

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

border-color css

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

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

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