#425816

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

Shades of Verdun Green #425816

Tints of Verdun Green #425816

Color information

#425816 (or 0x425816) is unknown color: approx Verdun Green. HEX triplet: 42, 58 and 16. RGB value is (66,88,22). Sum of RGB (Red+Green+Blue) = 66+88+22=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 88 (34.77% from 255 or 50% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 88 - color contains mainly: green. Hex color #425816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425816 is #BDA7E9. Grayscale: #4A4A4A. Windows color (decimal): -12429290 or 1464386. OLE color: 1464386.

HSL color Cylindrical-coordinate representation of color #425816: hue angle of 80º 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 #425816 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB668822-
CMYK0.2500.750.65
HSL80º60%21.57%-
HSV(B)80º75%34.51%-
XYZ5.888.22.03-
YUV73.998.71122.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 88 (34.77% from 255) = 50%
BLUE value IS 22 (8.98% from 255) = 12.5%
R=37.5%
G=50%
B=12.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6688220.2500.750.65806021.57
Hex4258161904B41503c16
Octal102130263101131011207426
Binary100001010110001011011001010010111000001101000011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425816; }

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

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

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

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

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

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

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

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