#425C16

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

Shades of Verdun Green #425C16

Tints of Verdun Green #425C16

Color information

#425C16 (or 0x425C16) is unknown color: approx Verdun Green. HEX triplet: 42, 5C and 16. RGB value is (66,92,22). Sum of RGB (Red+Green+Blue) = 66+92+22=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 92 (36.33% from 255 or 51.11% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 92 - color contains mainly: green. Hex color #425C16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425C16 is #BDA3E9. Grayscale: #4C4C4C. Windows color (decimal): -12428266 or 1465410. OLE color: 1465410.

HSL color Cylindrical-coordinate representation of color #425C16: hue angle of 82.29º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #425C16 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.

Color convert

RGB669222-
CMYK0.2800.760.64
HSL82.29º61.4%22.35%-
HSV(B)82.29º76.09%36.08%-
XYZ6.228.872.14-
YUV76.2597.39120.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 92 (36.33% from 255) = 51.11%
BLUE value IS 22 (8.98% from 255) = 12.22%
R=36.67%
G=51.11%
B=12.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6692220.2800.760.6482.2961.422.35
Hex425C161C04C40523d16
Octal102134263401141001227526
Binary100001010111001011011100010011001000000101001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425C16; }

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

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

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

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

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

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

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

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