Html Css Color HEX #407425 Bilbao

📋 copy color: '#407425'

red 64 ◦ green 116 ◦ blue 37

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

Shades of Bilbao #407425

Tints of Bilbao #407425

RGB

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

 GREEN value IS 116 (45.7% from 255) = 53.46%

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

R = 29.49%
G = 53.46%
B = 17.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#407425 (or 0x407425) is known color: Bilbao. HEX triplet: 40, 74 and 25. RGB value is (64,116,37). Sum of RGB (Red+Green+Blue) = 64+116+37=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 116 (45.70% from 255 or 53.46% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 116 - color contains mainly: green. Hex color #407425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407425 is #BF8BDA. Grayscale: #5B5B5B. Windows color (decimal): -12553179 or 2454592. OLE color: 2454592.

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

Color convert

RGB 64 116 37 -
CMYK 0.45 0 0.68 0.55
HSL 99.49º 0.52% 0.3% -
HSV(B) 99.49º 0.68% 0.45% -
XYZ 8.69 13.71 3.94 -
YUV 91.45 97.27 108.42 -
System Red Green Blue C M Y K H S L
Decimal 64 116 37 0.45 0 0.68 0.55 99.49 0.52 0.3
Hex 40 74 25 2D 0 44 37 63 34 1E
Octal 100 164 45 55 0 104 67 143 64 36
Binary 1000000 1110100 100101 101101 0 1000100 110111 1100011 110100 11110

Color Harmonies of #407425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407425

Black with #407425

Text Example


Text Example

White with #407425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407425; }

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

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

background-color css

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

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

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

border-color css

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

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

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