Html Css Color HEX #426201 Verdun Green

📋 copy color: '#426201'

red 66 ◦ green 98 ◦ blue 1

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

Shades of Verdun Green #426201

Tints of Verdun Green #426201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.61%

R = 40%
G = 59.39%
B = 0.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#426201 (or 0x426201) is known color: Verdun Green. HEX triplet: 42, 62 and 01. RGB value is (66,98,1). Sum of RGB (Red+Green+Blue) = 66+98+1=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 98 (38.67% from 255 or 59.39% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 98 - color contains mainly: green. Hex color #426201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426201 is #BD9DFE. Grayscale: #4D4D4D. Windows color (decimal): -12426751 or 90690. OLE color: 90690.

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

Color convert

RGB 66 98 1 -
CMYK 0.33 0 0.99 0.62
HSL 79.79º 0.98% 0.19% -
HSV(B) 79.79º 0.99% 0.38% -
XYZ 6.62 9.9 1.59 -
YUV 77.37 84.9 119.89 -
System Red Green Blue C M Y K H S L
Decimal 66 98 1 0.33 0 0.99 0.62 79.79 0.98 0.19
Hex 42 62 1 21 0 63 3E 50 62 13
Octal 102 142 1 41 0 143 76 120 142 23
Binary 1000010 1100010 1 100001 0 1100011 111110 1010000 1100010 10011

Color Harmonies of #426201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426201

Black with #426201

Text Example


Text Example

White with #426201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426201; }

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

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

background-color css

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

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

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

border-color css

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

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

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