Html Css Color HEX #426217 Verdun Green

📋 copy color: '#426217'

red 66 ◦ green 98 ◦ blue 23

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

Shades of Verdun Green #426217

Tints of Verdun Green #426217

RGB

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

 GREEN value IS 98 (38.67% from 255) = 52.41%

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

R = 35.29%
G = 52.41%
B = 12.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#426217 (or 0x426217) is known color: Verdun Green. HEX triplet: 42, 62 and 17. RGB value is (66,98,23). Sum of RGB (Red+Green+Blue) = 66+98+23=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #426217 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426217 is #BD9DE8. Grayscale: #505050. Windows color (decimal): -12426729 or 1532482. OLE color: 1532482.

HSL color Cylindrical-coordinate representation of color #426217: hue angle of 85.6º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #426217 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 98 23 -
CMYK 0.33 0 0.77 0.62
HSL 85.6º 0.62% 0.24% -
HSV(B) 85.6º 0.77% 0.38% -
XYZ 6.77 9.96 2.38 -
YUV 79.88 95.9 118.1 -
System Red Green Blue C M Y K H S L
Decimal 66 98 23 0.33 0 0.77 0.62 85.6 0.62 0.24
Hex 42 62 17 21 0 4D 3E 56 3E 18
Octal 102 142 27 41 0 115 76 126 76 30
Binary 1000010 1100010 10111 100001 0 1001101 111110 1010110 111110 11000

Color Harmonies of #426217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426217

Black with #426217

Text Example


Text Example

White with #426217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426217; }

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

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

background-color css

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

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

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

border-color css

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

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

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