Html Css Color HEX #424714 Verdun Green

📋 copy color: '#424714'

red 66 ◦ green 71 ◦ blue 20

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

Shades of Verdun Green #424714

Tints of Verdun Green #424714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 45.22%

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

R = 42.04%
G = 45.22%
B = 12.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#424714 (or 0x424714) is known color: Verdun Green. HEX triplet: 42, 47 and 14. RGB value is (66,71,20). Sum of RGB (Red+Green+Blue) = 66+71+20=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #424714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424714 is #BDB8EB. Grayscale: #3F3F3F. Windows color (decimal): -12433644 or 1328962. OLE color: 1328962.

HSL color Cylindrical-coordinate representation of color #424714: hue angle of 65.88º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #424714 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 71 20 -
CMYK 0.07 0 0.72 0.72
HSL 65.88º 0.56% 0.18% -
HSV(B) 65.88º 0.72% 0.28% -
XYZ 4.63 5.72 1.52 -
YUV 63.69 103.34 129.65 -
System Red Green Blue C M Y K H S L
Decimal 66 71 20 0.07 0 0.72 0.72 65.88 0.56 0.18
Hex 42 47 14 7 0 48 48 42 38 12
Octal 102 107 24 7 0 110 110 102 70 22
Binary 1000010 1000111 10100 111 0 1001000 1001000 1000010 111000 10010

Color Harmonies of #424714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424714

Black with #424714

Text Example


Text Example

White with #424714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424714; }

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

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

background-color css

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

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

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

border-color css

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

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

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