Html Css Color HEX #426210 Verdun Green

📋 copy color: '#426210'

red 66 ◦ green 98 ◦ blue 16

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

Shades of Verdun Green #426210

Tints of Verdun Green #426210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.89%

R = 36.67%
G = 54.44%
B = 8.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#426210 (or 0x426210) is known color: Verdun Green. HEX triplet: 42, 62 and 10. RGB value is (66,98,16). Sum of RGB (Red+Green+Blue) = 66+98+16=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 98 (38.67% from 255 or 54.44% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 98 - color contains mainly: green. Hex color #426210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426210 is #BD9DEF. Grayscale: #4F4F4F. Windows color (decimal): -12426736 or 1073730. OLE color: 1073730.

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

Color convert

RGB 66 98 16 -
CMYK 0.33 0 0.84 0.62
HSL 83.41º 0.72% 0.22% -
HSV(B) 83.41º 0.84% 0.38% -
XYZ 6.71 9.93 2.05 -
YUV 79.08 92.4 118.67 -
System Red Green Blue C M Y K H S L
Decimal 66 98 16 0.33 0 0.84 0.62 83.41 0.72 0.22
Hex 42 62 10 21 0 54 3E 53 48 16
Octal 102 142 20 41 0 124 76 123 110 26
Binary 1000010 1100010 10000 100001 0 1010100 111110 1010011 1001000 10110

Color Harmonies of #426210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426210

Black with #426210

Text Example


Text Example

White with #426210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426210; }

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

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

background-color css

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

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

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

border-color css

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

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

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