#42541B

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

Shades of Verdun Green #42541B

Tints of Verdun Green #42541B

Color information

#42541B (or 0x42541B) is unknown color: approx Verdun Green. HEX triplet: 42, 54 and 1B. RGB value is (66,84,27). Sum of RGB (Red+Green+Blue) = 66+84+27=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #42541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42541B is #BDABE4. Grayscale: #484848. Windows color (decimal): -12430309 or 1791042. OLE color: 1791042.

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

Color convert

RGB668427-
CMYK0.2100.680.67
HSL78.95º51.35%21.76%-
HSV(B)78.95º67.86%32.94%-
XYZ5.617.582.2-
YUV72.12102.54123.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.29%
GREEN value IS 84 (33.20% from 255) = 47.46%
BLUE value IS 27 (10.94% from 255) = 15.25%
R=37.29%
G=47.46%
B=15.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6684270.2100.680.6778.9551.3521.76
Hex42541B15044434f3316
Octal102124332501041031176326
Binary100001010101001101110101010001001000011100111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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