#425518

Color #425518 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #425518

Tints of Verdun Green #425518

Color information

#425518 (or 0x425518) is unknown color: approx Verdun Green. HEX triplet: 42, 55 and 18. RGB value is (66,85,24). Sum of RGB (Red+Green+Blue) = 66+85+24=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #425518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425518 is #BDAAE7. Grayscale: #484848. Windows color (decimal): -12430056 or 1594690. OLE color: 1594690.

HSL color Cylindrical-coordinate representation of color #425518: hue angle of 78.69º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #425518 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB668524-
CMYK0.2200.720.67
HSL78.69º55.96%21.37%-
HSV(B)78.69º71.76%33.33%-
XYZ5.667.722.06-
YUV72.36100.71123.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.71%
GREEN value IS 85 (33.59% from 255) = 48.57%
BLUE value IS 24 (9.77% from 255) = 13.71%
R=37.71%
G=48.57%
B=13.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6685240.2200.720.6778.6955.9621.37
Hex42551816048434f3815
Octal102125302601101031177025
Binary100001010101011100010110010010001000011100111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425518; }

 p { color: rgb(66,85,24); }

 H1.HeaderClassName
 {
   color: #425518;
 }
 .AnyTagClassName
 {
   color: #425518;
 }
</style>
background-color css

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

 a { background-color: rgb(66,85,24); }

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

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

 span { border-color: rgb(66,85,24); }

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