#42531A

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

Shades of Verdun Green #42531A

Tints of Verdun Green #42531A

Color information

#42531A (or 0x42531A) is unknown color: approx Verdun Green. HEX triplet: 42, 53 and 1A. RGB value is (66,83,26). Sum of RGB (Red+Green+Blue) = 66+83+26=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #42531A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42531A is #BDACE5. Grayscale: #474747. Windows color (decimal): -12430566 or 1725250. OLE color: 1725250.

HSL color Cylindrical-coordinate representation of color #42531A: hue angle of 77.89º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42531A is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB668326-
CMYK0.2000.690.67
HSL77.89º52.29%21.37%-
HSV(B)77.89º68.67%32.55%-
XYZ5.537.422.12-
YUV71.42102.37124.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.71%
GREEN value IS 83 (32.81% from 255) = 47.43%
BLUE value IS 26 (10.55% from 255) = 14.86%
R=37.71%
G=47.43%
B=14.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6683260.2000.690.6777.8952.2921.37
Hex42531A14045434e3415
Octal102123322401051031166425
Binary100001010100111101010100010001011000011100111011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42531A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42531A; }

 p { color: rgb(66,83,26); }

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

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

 a { background-color: rgb(66,83,26); }

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

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

 span { border-color: rgb(66,83,26); }

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