#424319

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

Shades of Verdun Green #424319

Tints of Verdun Green #424319

Color information

#424319 (or 0x424319) is unknown color: approx Verdun Green. HEX triplet: 42, 43 and 19. RGB value is (66,67,25). Sum of RGB (Red+Green+Blue) = 66+67+25=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 67 - color contains mainly: green. Hex color #424319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424319 is #BDBCE6. Grayscale: #3E3E3E. Windows color (decimal): -12434663 or 1655618. OLE color: 1655618.

HSL color Cylindrical-coordinate representation of color #424319: hue angle of 61.43º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #424319 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.74.

Color convert

RGB666725-
CMYK0.0100.630.74
HSL61.43º45.65%18.04%-
HSV(B)61.43º62.69%26.27%-
XYZ4.435.241.7-
YUV61.91107.17130.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 67 (26.56% from 255) = 42.41%
BLUE value IS 25 (10.16% from 255) = 15.82%
R=41.77%
G=42.41%
B=15.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6667250.0100.630.7461.4345.6518.04
Hex424319103F4A3d2e12
Octal102103311077112755622
Binary100001010000111100110111111100101011110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424319; }

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

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

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

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

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

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

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

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