Html Css Color HEX #426802 Verdun Green

📋 copy color: '#426802'

red 66 ◦ green 104 ◦ blue 2

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

Shades of Verdun Green #426802

Tints of Verdun Green #426802

RGB

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

 GREEN value IS 104 (41.02% from 255) = 60.47%

 BLUE value IS 2 (1.17% from 255) = 1.16%

R = 38.37%
G = 60.47%
B = 1.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#426802 (or 0x426802) is known color: Verdun Green. HEX triplet: 42, 68 and 02. RGB value is (66,104,2). Sum of RGB (Red+Green+Blue) = 66+104+2=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 104 (41.02% from 255 or 60.47% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 104 - color contains mainly: green. Hex color #426802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426802 is #BD97FD. Grayscale: #515151. Windows color (decimal): -12425214 or 157762. OLE color: 157762.

HSL color Cylindrical-coordinate representation of color #426802: hue angle of 82.35º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #426802 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 104 2 -
CMYK 0.37 0 0.98 0.59
HSL 82.35º 0.96% 0.21% -
HSV(B) 82.35º 0.98% 0.41% -
XYZ 7.21 11.06 1.81 -
YUV 81.01 83.41 117.29 -
System Red Green Blue C M Y K H S L
Decimal 66 104 2 0.37 0 0.98 0.59 82.35 0.96 0.21
Hex 42 68 2 25 0 62 3B 52 60 15
Octal 102 150 2 45 0 142 73 122 140 25
Binary 1000010 1101000 10 100101 0 1100010 111011 1010010 1100000 10101

Color Harmonies of #426802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426802

Black with #426802

Text Example


Text Example

White with #426802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426802; }

 p { color: rgb(66,104,2); }

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

background-color css

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

 a { background-color: rgb(66,104,2); }

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

border-color css

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

 span { border-color: rgb(66,104,2); }

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