#424314

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

Shades of Verdun Green #424314

Tints of Verdun Green #424314

Color information

#424314 (or 0x424314) is unknown color: approx Verdun Green. HEX triplet: 42, 43 and 14. RGB value is (66,67,20). Sum of RGB (Red+Green+Blue) = 66+67+20=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 67 - color contains mainly: green. Hex color #424314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424314 is #BDBCEB. Grayscale: #3D3D3D. Windows color (decimal): -12434668 or 1327938. OLE color: 1327938.

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

Color convert

RGB666720-
CMYK0.0100.700.74
HSL61.28º54.02%17.06%-
HSV(B)61.28º70.15%26.27%-
XYZ4.385.221.44-
YUV61.34104.67131.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.14%
GREEN value IS 67 (26.56% from 255) = 43.79%
BLUE value IS 20 (8.20% from 255) = 13.07%
R=43.14%
G=43.79%
B=13.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6667200.0100.700.7461.2854.0217.06
Hex42431410464A3d3611
Octal1021032410106112756621
Binary1000010100001110100101000110100101011110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424314; }

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

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

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

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

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

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

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

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