Html Css Color HEX #424513 Verdun Green

📋 copy color: '#424513'

red 66 ◦ green 69 ◦ blue 19

#424513
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #424513

Tints of Verdun Green #424513

RGB

 RED value IS 66 (26.17% from 255) = 42.86%

 GREEN value IS 69 (27.34% from 255) = 44.81%

 BLUE value IS 19 (7.81% from 255) = 12.34%

R = 42.86%
G = 44.81%
B = 12.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#424513 (or 0x424513) is known color: Verdun Green. HEX triplet: 42, 45 and 13. RGB value is (66,69,19). Sum of RGB (Red+Green+Blue) = 66+69+19=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 69 - color contains mainly: green. Hex color #424513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424513 is #BDBAEC. Grayscale: #3E3E3E. Windows color (decimal): -12434157 or 1262914. OLE color: 1262914.

HSL color Cylindrical-coordinate representation of color #424513: hue angle of 63.6º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #424513 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 69 19 -
CMYK 0.04 0 0.72 0.73
HSL 63.6º 0.57% 0.17% -
HSV(B) 63.6º 0.72% 0.27% -
XYZ 4.49 5.46 1.43 -
YUV 62.4 103.51 130.57 -
System Red Green Blue C M Y K H S L
Decimal 66 69 19 0.04 0 0.72 0.73 63.6 0.57 0.17
Hex 42 45 13 4 0 48 49 40 39 11
Octal 102 105 23 4 0 110 111 100 71 21
Binary 1000010 1000101 10011 100 0 1001000 1001001 1000000 111001 10001

Color Harmonies of #424513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424513

Black with #424513

Text Example


Text Example

White with #424513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424513; }

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

 H1.HeaderClassName
 {
   color: #424513;
 }
 .AnyTagClassName
 {
   color: #424513;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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