#42561D

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

Shades of Verdun Green #42561D

Tints of Verdun Green #42561D

Color information

#42561D (or 0x42561D) is unknown color: approx Verdun Green. HEX triplet: 42, 56 and 1D. RGB value is (66,86,29). Sum of RGB (Red+Green+Blue) = 66+86+29=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 86 (33.98% from 255 or 47.51% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 86 - color contains mainly: green. Hex color #42561D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42561D is #BDA9E2. Grayscale: #494949. Windows color (decimal): -12429795 or 1922626. OLE color: 1922626.

HSL color Cylindrical-coordinate representation of color #42561D: hue angle of 81.05º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42561D is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB668629-
CMYK0.2300.660.66
HSL81.05º49.57%22.55%-
HSV(B)81.05º66.28%33.73%-
XYZ5.87.92.38-
YUV73.52102.87122.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.46%
GREEN value IS 86 (33.98% from 255) = 47.51%
BLUE value IS 29 (11.72% from 255) = 16.02%
R=36.46%
G=47.51%
B=16.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6686290.2300.660.6681.0549.5722.55
Hex42561D1704242513217
Octal102126352701021021216227
Binary100001010101101110110111010000101000010101000111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42561D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42561D; }

 p { color: rgb(66,86,29); }

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

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

 a { background-color: rgb(66,86,29); }

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

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

 span { border-color: rgb(66,86,29); }

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