#42521A

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

Shades of Verdun Green #42521A

Tints of Verdun Green #42521A

Color information

#42521A (or 0x42521A) is unknown color: approx Verdun Green. HEX triplet: 42, 52 and 1A. RGB value is (66,82,26). Sum of RGB (Red+Green+Blue) = 66+82+26=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #42521A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42521A is #BDADE5. Grayscale: #474747. Windows color (decimal): -12430822 or 1724994. OLE color: 1724994.

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

Color convert

RGB668226-
CMYK0.2000.680.68
HSL77.14º51.85%21.18%-
HSV(B)77.14º68.29%32.16%-
XYZ5.457.272.09-
YUV70.83102.7124.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 82 (32.42% from 255) = 47.13%
BLUE value IS 26 (10.55% from 255) = 14.94%
R=37.93%
G=47.13%
B=14.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6682260.2000.680.6877.1451.8521.18
Hex42521A14044444d3415
Octal102122322401041041156425
Binary100001010100101101010100010001001000100100110111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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