#424819

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

Shades of Verdun Green #424819

Tints of Verdun Green #424819

Color information

#424819 (or 0x424819) is unknown color: approx Verdun Green. HEX triplet: 42, 48 and 19. RGB value is (66,72,25). Sum of RGB (Red+Green+Blue) = 66+72+25=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #424819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424819 is #BDB7E6. Grayscale: #414141. Windows color (decimal): -12433383 or 1656898. OLE color: 1656898.

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

Color convert

RGB667225-
CMYK0.0800.650.72
HSL67.66º48.45%19.02%-
HSV(B)67.66º65.28%28.24%-
XYZ4.745.861.8-
YUV64.85105.51128.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 72 (28.52% from 255) = 44.17%
BLUE value IS 25 (10.16% from 255) = 15.34%
R=40.49%
G=44.17%
B=15.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6672250.0800.650.7267.6648.4519.02
Hex424819804148443013
Octal102110311001011101046023
Binary10000101001000110011000010000011001000100010011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424819; }

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

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

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

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

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

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

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

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