Html Css Color HEX #424217 Verdun Green

📋 copy color: '#424217'

red 66 ◦ green 66 ◦ blue 23

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

Shades of Verdun Green #424217

Tints of Verdun Green #424217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.84%

R = 42.58%
G = 42.58%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.65

 K value IS 0.74

RGB Variations

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

Color information

#424217 (or 0x424217) is known color: Verdun Green. HEX triplet: 42, 42 and 17. RGB value is (66,66,23). Sum of RGB (Red+Green+Blue) = 66+66+23=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424217 is #BDBDE8. Grayscale: #3D3D3D. Windows color (decimal): -12434921 or 1524290. OLE color: 1524290.

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

Color convert

RGB 66 66 23 -
CMYK 0 0 0.65 0.74
HSL 60º 0.48% 0.17% -
HSV(B) 60º 0.65% 0.26% -
XYZ 4.35 5.12 1.57 -
YUV 61.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 66 66 23 0 0 0.65 0.74 60 0.48 0.17
Hex 42 42 17 0 0 41 4A 3C 30 11
Octal 102 102 27 0 0 101 112 74 60 21
Binary 1000010 1000010 10111 0 0 1000001 1001010 111100 110000 10001

Color Harmonies of #424217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424217

Black with #424217

Text Example


Text Example

White with #424217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424217; }

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

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

background-color css

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

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

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

border-color css

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

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

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