Html Css Color HEX #424613 Verdun Green

📋 copy color: '#424613'

red 66 ◦ green 70 ◦ blue 19

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

Shades of Verdun Green #424613

Tints of Verdun Green #424613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 45.16%

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

R = 42.58%
G = 45.16%
B = 12.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#424613 (or 0x424613) is known color: Verdun Green. HEX triplet: 42, 46 and 13. RGB value is (66,70,19). Sum of RGB (Red+Green+Blue) = 66+70+19=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 70 - color contains mainly: green. Hex color #424613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424613 is #BDB9EC. Grayscale: #3F3F3F. Windows color (decimal): -12433901 or 1263170. OLE color: 1263170.

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

Color convert

RGB 66 70 19 -
CMYK 0.06 0 0.73 0.73
HSL 64.71º 0.57% 0.17% -
HSV(B) 64.71º 0.73% 0.27% -
XYZ 4.55 5.59 1.45 -
YUV 62.99 103.17 130.15 -
System Red Green Blue C M Y K H S L
Decimal 66 70 19 0.06 0 0.73 0.73 64.71 0.57 0.17
Hex 42 46 13 6 0 49 49 41 39 11
Octal 102 106 23 6 0 111 111 101 71 21
Binary 1000010 1000110 10011 110 0 1001001 1001001 1000001 111001 10001

Color Harmonies of #424613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424613

Black with #424613

Text Example


Text Example

White with #424613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424613; }

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

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

background-color css

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

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

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

border-color css

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

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

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