Html Css Color HEX #424517 Verdun Green

📋 copy color: '#424517'

red 66 ◦ green 69 ◦ blue 23

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

Shades of Verdun Green #424517

Tints of Verdun Green #424517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.67%

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

R = 41.77%
G = 43.67%
B = 14.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#424517 (or 0x424517) is known color: Verdun Green. HEX triplet: 42, 45 and 17. RGB value is (66,69,23). Sum of RGB (Red+Green+Blue) = 66+69+23=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 23 (9.38% from 255 or 14.56% from 158); Max value from RGB is 69 - color contains mainly: green. Hex color #424517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424517 is #BDBAE8. Grayscale: #3F3F3F. Windows color (decimal): -12434153 or 1525058. OLE color: 1525058.

HSL color Cylindrical-coordinate representation of color #424517: hue angle of 63.91º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #424517 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 69 23 -
CMYK 0.04 0 0.67 0.73
HSL 63.91º 0.5% 0.18% -
HSV(B) 63.91º 0.67% 0.27% -
XYZ 4.53 5.48 1.63 -
YUV 62.86 105.51 130.24 -
System Red Green Blue C M Y K H S L
Decimal 66 69 23 0.04 0 0.67 0.73 63.91 0.5 0.18
Hex 42 45 17 4 0 43 49 40 32 12
Octal 102 105 27 4 0 103 111 100 62 22
Binary 1000010 1000101 10111 100 0 1000011 1001001 1000000 110010 10010

Color Harmonies of #424517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424517

Black with #424517

Text Example


Text Example

White with #424517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424517; }

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

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

background-color css

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

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

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

border-color css

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

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

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