#42561A

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

Shades of Verdun Green #42561A

Tints of Verdun Green #42561A

Color information

#42561A (or 0x42561A) is unknown color: approx Verdun Green. HEX triplet: 42, 56 and 1A. RGB value is (66,86,26). Sum of RGB (Red+Green+Blue) = 66+86+26=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 86 (33.98% from 255 or 48.31% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 86 - color contains mainly: green. Hex color #42561A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42561A is #BDA9E5. Grayscale: #494949. Windows color (decimal): -12429798 or 1726018. OLE color: 1726018.

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

Color convert

RGB668626-
CMYK0.2300.700.66
HSL80º53.57%21.96%-
HSV(B)80º69.77%33.73%-
XYZ5.767.892.2-
YUV73.18101.37122.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 86 (33.98% from 255) = 48.31%
BLUE value IS 26 (10.55% from 255) = 14.61%
R=37.08%
G=48.31%
B=14.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6686260.2300.700.668053.5721.96
Hex42561A1704642503616
Octal102126322701061021206626
Binary100001010101101101010111010001101000010101000011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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