Html Css Color HEX #426214 Verdun Green

📋 copy color: '#426214'

red 66 ◦ green 98 ◦ blue 20

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

Shades of Verdun Green #426214

Tints of Verdun Green #426214

RGB

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

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

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

R = 35.87%
G = 53.26%
B = 10.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#426214 (or 0x426214) is known color: Verdun Green. HEX triplet: 42, 62 and 14. RGB value is (66,98,20). Sum of RGB (Red+Green+Blue) = 66+98+20=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #426214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426214 is #BD9DEB. Grayscale: #4F4F4F. Windows color (decimal): -12426732 or 1335874. OLE color: 1335874.

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

Color convert

RGB 66 98 20 -
CMYK 0.33 0 0.80 0.62
HSL 84.62º 0.66% 0.23% -
HSV(B) 84.62º 0.8% 0.38% -
XYZ 6.74 9.94 2.23 -
YUV 79.54 94.4 118.34 -
System Red Green Blue C M Y K H S L
Decimal 66 98 20 0.33 0 0.80 0.62 84.62 0.66 0.23
Hex 42 62 14 21 0 50 3E 55 42 17
Octal 102 142 24 41 0 120 76 125 102 27
Binary 1000010 1100010 10100 100001 0 1010000 111110 1010101 1000010 10111

Color Harmonies of #426214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426214

Black with #426214

Text Example


Text Example

White with #426214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426214; }

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

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

background-color css

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

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

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

border-color css

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

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

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