#424313

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

Shades of Verdun Green #424313

Tints of Verdun Green #424313

Color information

#424313 (or 0x424313) is unknown color: approx Verdun Green. HEX triplet: 42, 43 and 13. RGB value is (66,67,19). Sum of RGB (Red+Green+Blue) = 66+67+19=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 67 - color contains mainly: green. Hex color #424313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424313 is #BDBCEC. Grayscale: #3D3D3D. Windows color (decimal): -12434669 or 1262402. OLE color: 1262402.

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

Color convert

RGB666719-
CMYK0.0100.720.74
HSL61.25º55.81%16.86%-
HSV(B)61.25º71.64%26.27%-
XYZ4.375.221.39-
YUV61.23104.17131.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.42%
GREEN value IS 67 (26.56% from 255) = 44.08%
BLUE value IS 19 (7.81% from 255) = 12.5%
R=43.42%
G=44.08%
B=12.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6667190.0100.720.7461.2555.8116.86
Hex42431310484A3d3811
Octal1021032310110112757021
Binary1000010100001110011101001000100101011110111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424313; }

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

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

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

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

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

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

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

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