Html Css Color HEX #426200 Verdun Green

📋 copy color: '#426200'

red 66 ◦ green 98 ◦ blue 0

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

Shades of Verdun Green #426200

Tints of Verdun Green #426200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.24%
G = 59.76%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#426200 (or 0x426200) is known color: Verdun Green. HEX triplet: 42, 62 and 00. RGB value is (66,98,0). Sum of RGB (Red+Green+Blue) = 66+98+0=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 98 (38.67% from 255 or 59.76% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 98 - color contains mainly: green. Hex color #426200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426200 is #BD9DFF. Grayscale: #4D4D4D. Windows color (decimal): -12426752 or 25154. OLE color: 25154.

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

Color convert

RGB 66 98 0 -
CMYK 0.33 0 1 0.62
HSL 79.59º 1% 0.19% -
HSV(B) 79.59º 1% 0.38% -
XYZ 6.61 9.89 1.56 -
YUV 77.26 84.4 119.97 -
System Red Green Blue C M Y K H S L
Decimal 66 98 0 0.33 0 1 0.62 79.59 1 0.19
Hex 42 62 0 21 0 64 3E 50 64 13
Octal 102 142 0 41 0 144 76 120 144 23
Binary 1000010 1100010 0 100001 0 1100100 111110 1010000 1100100 10011

Color Harmonies of #426200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426200

Black with #426200

Text Example


Text Example

White with #426200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426200; }

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

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

background-color css

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

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

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

border-color css

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

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

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