#425916

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

Shades of Verdun Green #425916

Tints of Verdun Green #425916

Color information

#425916 (or 0x425916) is unknown color: approx Verdun Green. HEX triplet: 42, 59 and 16. RGB value is (66,89,22). Sum of RGB (Red+Green+Blue) = 66+89+22=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #425916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425916 is #BDA6E9. Grayscale: #4A4A4A. Windows color (decimal): -12429034 or 1464642. OLE color: 1464642.

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

Color convert

RGB668922-
CMYK0.2600.750.65
HSL80.6º60.36%21.76%-
HSV(B)80.6º75.28%34.9%-
XYZ5.968.362.06-
YUV74.4898.38121.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.29%
GREEN value IS 89 (35.16% from 255) = 50.28%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=37.29%
G=50.28%
B=12.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6689220.2600.750.6580.660.3621.76
Hex4259161A04B41513c16
Octal102131263201131011217426
Binary100001010110011011011010010010111000001101000111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425916; }

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

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

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

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

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

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

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

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