#425918

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

Shades of Verdun Green #425918

Tints of Verdun Green #425918

Color information

#425918 (or 0x425918) is unknown color: approx Verdun Green. HEX triplet: 42, 59 and 18. RGB value is (66,89,24). Sum of RGB (Red+Green+Blue) = 66+89+24=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 89 (35.16% from 255 or 49.72% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 89 - color contains mainly: green. Hex color #425918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425918 is #BDA6E7. Grayscale: #4A4A4A. Windows color (decimal): -12429032 or 1595714. OLE color: 1595714.

HSL color Cylindrical-coordinate representation of color #425918: hue angle of 81.23º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #425918 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB668924-
CMYK0.2600.730.65
HSL81.23º57.52%22.16%-
HSV(B)81.23º73.03%34.9%-
XYZ5.988.372.16-
YUV74.7199.38121.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.87%
GREEN value IS 89 (35.16% from 255) = 49.72%
BLUE value IS 24 (9.77% from 255) = 13.41%
R=36.87%
G=49.72%
B=13.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6689240.2600.730.6581.2357.5222.16
Hex4259181A04941513a16
Octal102131303201111011217226
Binary100001010110011100011010010010011000001101000111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425918; }

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

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

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

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

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

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

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

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