Html Css Color HEX #424713 Verdun Green

📋 copy color: '#424713'

red 66 ◦ green 71 ◦ blue 19

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

Shades of Verdun Green #424713

Tints of Verdun Green #424713

RGB

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

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

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

R = 42.31%
G = 45.51%
B = 12.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#424713 (or 0x424713) is known color: Verdun Green. HEX triplet: 42, 47 and 13. RGB value is (66,71,19). Sum of RGB (Red+Green+Blue) = 66+71+19=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #424713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424713 is #BDB8EC. Grayscale: #3F3F3F. Windows color (decimal): -12433645 or 1263426. OLE color: 1263426.

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

Color convert

RGB 66 71 19 -
CMYK 0.07 0 0.73 0.72
HSL 65.77º 0.58% 0.18% -
HSV(B) 65.77º 0.73% 0.28% -
XYZ 4.62 5.71 1.48 -
YUV 63.58 102.84 129.73 -
System Red Green Blue C M Y K H S L
Decimal 66 71 19 0.07 0 0.73 0.72 65.77 0.58 0.18
Hex 42 47 13 7 0 49 48 42 3A 12
Octal 102 107 23 7 0 111 110 102 72 22
Binary 1000010 1000111 10011 111 0 1001001 1001000 1000010 111010 10010

Color Harmonies of #424713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424713

Black with #424713

Text Example


Text Example

White with #424713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424713; }

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

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

background-color css

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

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

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

border-color css

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

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

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