#424813

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

Shades of Verdun Green #424813

Tints of Verdun Green #424813

Color information

#424813 (or 0x424813) is unknown color: approx Verdun Green. HEX triplet: 42, 48 and 13. RGB value is (66,72,19). Sum of RGB (Red+Green+Blue) = 66+72+19=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #424813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424813 is #BDB7EC. Grayscale: #404040. Windows color (decimal): -12433389 or 1263682. OLE color: 1263682.

HSL color Cylindrical-coordinate representation of color #424813: hue angle of 66.79º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #424813 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.72.

Color convert

RGB667219-
CMYK0.0800.740.72
HSL66.79º58.24%17.84%-
HSV(B)66.79º73.61%28.24%-
XYZ4.685.841.5-
YUV64.16102.51129.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.04%
GREEN value IS 72 (28.52% from 255) = 45.86%
BLUE value IS 19 (7.81% from 255) = 12.10%
R=42.04%
G=45.86%
B=12.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6672190.0800.740.7266.7958.2417.84
Hex424813804A48433a12
Octal102110231001121101037222
Binary10000101001000100111000010010101001000100001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424813; }

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

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

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

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

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

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

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

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