Html Css Color HEX #424214 Verdun Green

📋 copy color: '#424214'

red 66 ◦ green 66 ◦ blue 20

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

Shades of Verdun Green #424214

Tints of Verdun Green #424214

RGB

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

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

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

R = 43.42%
G = 43.42%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#424214 (or 0x424214) is known color: Verdun Green. HEX triplet: 42, 42 and 14. RGB value is (66,66,20). Sum of RGB (Red+Green+Blue) = 66+66+20=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424214 is #BDBDEB. Grayscale: #3C3C3C. Windows color (decimal): -12434924 or 1327682. OLE color: 1327682.

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

Color convert

RGB 66 66 20 -
CMYK 0 0 0.70 0.74
HSL 60º 0.53% 0.17% -
HSV(B) 60º 0.7% 0.26% -
XYZ 4.32 5.11 1.42 -
YUV 60.76 105 131.74 -
System Red Green Blue C M Y K H S L
Decimal 66 66 20 0 0 0.70 0.74 60 0.53 0.17
Hex 42 42 14 0 0 46 4A 3C 35 11
Octal 102 102 24 0 0 106 112 74 65 21
Binary 1000010 1000010 10100 0 0 1000110 1001010 111100 110101 10001

Color Harmonies of #424214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424214

Black with #424214

Text Example


Text Example

White with #424214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424214; }

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

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

background-color css

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

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

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

border-color css

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

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

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