Html Css Color HEX #426803 Verdun Green

📋 copy color: '#426803'

red 66 ◦ green 104 ◦ blue 3

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

Shades of Verdun Green #426803

Tints of Verdun Green #426803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.73%

R = 38.15%
G = 60.12%
B = 1.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#426803 (or 0x426803) is known color: Verdun Green. HEX triplet: 42, 68 and 03. RGB value is (66,104,3). Sum of RGB (Red+Green+Blue) = 66+104+3=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 104 (41.02% from 255 or 60.12% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 104 - color contains mainly: green. Hex color #426803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426803 is #BD97FC. Grayscale: #515151. Windows color (decimal): -12425213 or 223298. OLE color: 223298.

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

Color convert

RGB 66 104 3 -
CMYK 0.37 0 0.97 0.59
HSL 82.57º 0.94% 0.21% -
HSV(B) 82.57º 0.97% 0.41% -
XYZ 7.21 11.07 1.84 -
YUV 81.12 83.91 117.21 -
System Red Green Blue C M Y K H S L
Decimal 66 104 3 0.37 0 0.97 0.59 82.57 0.94 0.21
Hex 42 68 3 25 0 61 3B 53 5E 15
Octal 102 150 3 45 0 141 73 123 136 25
Binary 1000010 1101000 11 100101 0 1100001 111011 1010011 1011110 10101

Color Harmonies of #426803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426803

Black with #426803

Text Example


Text Example

White with #426803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426803; }

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

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

background-color css

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

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

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

border-color css

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

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

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