Html Css Color HEX #424514 Verdun Green

📋 copy color: '#424514'

red 66 ◦ green 69 ◦ blue 20

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

Shades of Verdun Green #424514

Tints of Verdun Green #424514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.9%

R = 42.58%
G = 44.52%
B = 12.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#424514 (or 0x424514) is known color: Verdun Green. HEX triplet: 42, 45 and 14. RGB value is (66,69,20). Sum of RGB (Red+Green+Blue) = 66+69+20=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 69 - color contains mainly: green. Hex color #424514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424514 is #BDBAEB. Grayscale: #3E3E3E. Windows color (decimal): -12434156 or 1328450. OLE color: 1328450.

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

Color convert

RGB 66 69 20 -
CMYK 0.04 0 0.71 0.73
HSL 63.67º 0.55% 0.17% -
HSV(B) 63.67º 0.71% 0.27% -
XYZ 4.5 5.47 1.48 -
YUV 62.52 104.01 130.48 -
System Red Green Blue C M Y K H S L
Decimal 66 69 20 0.04 0 0.71 0.73 63.67 0.55 0.17
Hex 42 45 14 4 0 47 49 40 37 11
Octal 102 105 24 4 0 107 111 100 67 21
Binary 1000010 1000101 10100 100 0 1000111 1001001 1000000 110111 10001

Color Harmonies of #424514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424514

Black with #424514

Text Example


Text Example

White with #424514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424514; }

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

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

background-color css

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

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

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

border-color css

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

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

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