#42480E

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

Shades of Verdun Green #42480E

Tints of Verdun Green #42480E

Color information

#42480E (or 0x42480E) is unknown color: approx Verdun Green. HEX triplet: 42, 48 and 0E. RGB value is (66,72,14). Sum of RGB (Red+Green+Blue) = 66+72+14=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #42480E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42480E is #BDB7F1. Grayscale: #3F3F3F. Windows color (decimal): -12433394 or 936002. OLE color: 936002.

HSL color Cylindrical-coordinate representation of color #42480E: hue angle of 66.21º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42480E is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB667214-
CMYK0.0800.810.72
HSL66.21º67.44%16.86%-
HSV(B)66.21º80.56%28.24%-
XYZ4.645.821.3-
YUV63.59100.01129.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.42%
GREEN value IS 72 (28.52% from 255) = 47.37%
BLUE value IS 14 (5.86% from 255) = 9.21%
R=43.42%
G=47.37%
B=9.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6672140.0800.810.7266.2167.4416.86
Hex4248E805148424311
Octal1021101610012111010210321
Binary10000101001000111010000101000110010001000010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42480E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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