#42591C

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

Shades of Verdun Green #42591C

Tints of Verdun Green #42591C

Color information

#42591C (or 0x42591C) is unknown color: approx Verdun Green. HEX triplet: 42, 59 and 1C. RGB value is (66,89,28). Sum of RGB (Red+Green+Blue) = 66+89+28=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #42591C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42591C is #BDA6E3. Grayscale: #4B4B4B. Windows color (decimal): -12429028 or 1857858. OLE color: 1857858.

HSL color Cylindrical-coordinate representation of color #42591C: hue angle of 82.62º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42591C is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB668928-
CMYK0.2600.690.65
HSL82.62º52.14%22.94%-
HSV(B)82.62º68.54%34.9%-
XYZ6.038.392.4-
YUV75.17101.38121.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 89 (35.16% from 255) = 48.63%
BLUE value IS 28 (11.33% from 255) = 15.30%
R=36.07%
G=48.63%
B=15.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6689280.2600.690.6582.6252.1422.94
Hex42591C1A04541533417
Octal102131343201051011236427
Binary100001010110011110011010010001011000001101001111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42591C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42591C; }

 p { color: rgb(66,89,28); }

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

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

 a { background-color: rgb(66,89,28); }

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

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

 span { border-color: rgb(66,89,28); }

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