#42481B

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

Shades of Verdun Green #42481B

Tints of Verdun Green #42481B

Color information

#42481B (or 0x42481B) is unknown color: approx Verdun Green. HEX triplet: 42, 48 and 1B. RGB value is (66,72,27). Sum of RGB (Red+Green+Blue) = 66+72+27=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #42481B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42481B is #BDB7E4. Grayscale: #414141. Windows color (decimal): -12433381 or 1787970. OLE color: 1787970.

HSL color Cylindrical-coordinate representation of color #42481B: hue angle of 68º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42481B is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB667227-
CMYK0.0800.620.72
HSL68º45.45%19.41%-
HSV(B)68º62.5%28.24%-
XYZ4.765.871.92-
YUV65.08106.51128.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 72 (28.52% from 255) = 43.64%
BLUE value IS 27 (10.94% from 255) = 16.36%
R=40%
G=43.64%
B=16.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6672270.0800.620.726845.4519.41
Hex42481B803E48442d13
Octal10211033100761101045523
Binary1000010100100011011100001111101001000100010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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