#42541E

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

Shades of Verdun Green #42541E

Tints of Verdun Green #42541E

Color information

#42541E (or 0x42541E) is unknown color: approx Verdun Green. HEX triplet: 42, 54 and 1E. RGB value is (66,84,30). Sum of RGB (Red+Green+Blue) = 66+84+30=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #42541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42541E is #BDABE1. Grayscale: #484848. Windows color (decimal): -12430306 or 1987650. OLE color: 1987650.

HSL color Cylindrical-coordinate representation of color #42541E: hue angle of 80º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42541E is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB668430-
CMYK0.2100.640.67
HSL80º47.37%22.35%-
HSV(B)80º64.29%32.94%-
XYZ5.657.592.4-
YUV72.46104.04123.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 84 (33.20% from 255) = 46.67%
BLUE value IS 30 (12.11% from 255) = 16.67%
R=36.67%
G=46.67%
B=16.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6684300.2100.640.678047.3722.35
Hex42541E1504043502f16
Octal102124362501001031205726
Binary100001010101001111010101010000001000011101000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42541E; }

 p { color: rgb(66,84,30); }

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

<style>
 a { background-color: #42541E; }

 a { background-color: rgb(66,84,30); }

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

<style>
 span { border-color: #42541E; }

 span { border-color: rgb(66,84,30); }

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