#42531B

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

Shades of Verdun Green #42531B

Tints of Verdun Green #42531B

Color information

#42531B (or 0x42531B) is unknown color: approx Verdun Green. HEX triplet: 42, 53 and 1B. RGB value is (66,83,27). Sum of RGB (Red+Green+Blue) = 66+83+27=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #42531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42531B is #BDACE4. Grayscale: #474747. Windows color (decimal): -12430565 or 1790786. OLE color: 1790786.

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

Color convert

RGB668327-
CMYK0.2000.670.67
HSL78.21º50.91%21.57%-
HSV(B)78.21º67.47%32.55%-
XYZ5.547.422.18-
YUV71.53102.87124.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 83 (32.81% from 255) = 47.16%
BLUE value IS 27 (10.94% from 255) = 15.34%
R=37.5%
G=47.16%
B=15.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6683270.2000.670.6778.2150.9121.57
Hex42531B14043434e3316
Octal102123332401031031166326
Binary100001010100111101110100010000111000011100111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42531B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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