#424318

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

Shades of Verdun Green #424318

Tints of Verdun Green #424318

Color information

#424318 (or 0x424318) is unknown color: approx Verdun Green. HEX triplet: 42, 43 and 18. RGB value is (66,67,24). Sum of RGB (Red+Green+Blue) = 66+67+24=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 67 - color contains mainly: green. Hex color #424318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424318 is #BDBCE7. Grayscale: #3D3D3D. Windows color (decimal): -12434664 or 1590082. OLE color: 1590082.

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

Color convert

RGB666724-
CMYK0.0100.640.74
HSL61.4º47.25%17.84%-
HSV(B)61.4º64.18%26.27%-
XYZ4.425.241.64-
YUV61.8106.67131-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.04%
GREEN value IS 67 (26.56% from 255) = 42.68%
BLUE value IS 24 (9.77% from 255) = 15.29%
R=42.04%
G=42.68%
B=15.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6667240.0100.640.7461.447.2517.84
Hex42431810404A3d2f12
Octal1021033010100112755722
Binary1000010100001111000101000000100101011110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424318; }

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

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

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

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

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

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

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

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