Html Css Color HEX #424213 Verdun Green

📋 copy color: '#424213'

red 66 ◦ green 66 ◦ blue 19

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

Shades of Verdun Green #424213

Tints of Verdun Green #424213

RGB

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

 GREEN value IS 66 (26.17% from 255) = 43.71%

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

R = 43.71%
G = 43.71%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#424213 (or 0x424213) is known color: Verdun Green. HEX triplet: 42, 42 and 13. RGB value is (66,66,19). Sum of RGB (Red+Green+Blue) = 66+66+19=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424213 is #BDBDEC. Grayscale: #3C3C3C. Windows color (decimal): -12434925 or 1262146. OLE color: 1262146.

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

Color convert

RGB 66 66 19 -
CMYK 0 0 0.71 0.74
HSL 60º 0.55% 0.17% -
HSV(B) 60º 0.71% 0.26% -
XYZ 4.31 5.1 1.37 -
YUV 60.64 104.5 131.82 -
System Red Green Blue C M Y K H S L
Decimal 66 66 19 0 0 0.71 0.74 60 0.55 0.17
Hex 42 42 13 0 0 47 4A 3C 37 11
Octal 102 102 23 0 0 107 112 74 67 21
Binary 1000010 1000010 10011 0 0 1000111 1001010 111100 110111 10001

Color Harmonies of #424213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424213

Black with #424213

Text Example


Text Example

White with #424213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424213; }

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

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

background-color css

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

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

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

border-color css

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

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

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