Html Css Color HEX #424215 Verdun Green

📋 copy color: '#424215'

red 66 ◦ green 66 ◦ blue 21

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

Shades of Verdun Green #424215

Tints of Verdun Green #424215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.73%

R = 43.14%
G = 43.14%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.68

 K value IS 0.74

RGB Variations

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

Color information

#424215 (or 0x424215) is known color: Verdun Green. HEX triplet: 42, 42 and 15. RGB value is (66,66,21). Sum of RGB (Red+Green+Blue) = 66+66+21=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424215 is #BDBDEA. Grayscale: #3D3D3D. Windows color (decimal): -12434923 or 1393218. OLE color: 1393218.

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

Color convert

RGB 66 66 21 -
CMYK 0 0 0.68 0.74
HSL 60º 0.52% 0.17% -
HSV(B) 60º 0.68% 0.26% -
XYZ 4.33 5.11 1.47 -
YUV 60.87 105.5 131.66 -
System Red Green Blue C M Y K H S L
Decimal 66 66 21 0 0 0.68 0.74 60 0.52 0.17
Hex 42 42 15 0 0 44 4A 3C 34 11
Octal 102 102 25 0 0 104 112 74 64 21
Binary 1000010 1000010 10101 0 0 1000100 1001010 111100 110100 10001

Color Harmonies of #424215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424215

Black with #424215

Text Example


Text Example

White with #424215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424215; }

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

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

background-color css

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

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

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

border-color css

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

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

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