Html Css Color HEX #326602 Verdun Green

📋 copy color: '#326602'

red 50 ◦ green 102 ◦ blue 2

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

Shades of Verdun Green #326602

Tints of Verdun Green #326602

RGB

 RED value IS 50 (19.92% from 255) = 32.47%

 GREEN value IS 102 (40.23% from 255) = 66.23%

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

R = 32.47%
G = 66.23%
B = 1.3%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#326602 (or 0x326602) is known color: Verdun Green. HEX triplet: 32, 66 and 02. RGB value is (50,102,2). Sum of RGB (Red+Green+Blue) = 50+102+2=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 102 (40.23% from 255 or 66.23% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 102 - color contains mainly: green. Hex color #326602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326602 is #CD99FD. Grayscale: #4B4B4B. Windows color (decimal): -13474302 or 157234. OLE color: 157234.

HSL color Cylindrical-coordinate representation of color #326602: hue angle of 91.2º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #326602 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.6.

Color convert

RGB 50 102 2 -
CMYK 0.51 0 0.98 0.6
HSL 91.2º 0.96% 0.2% -
HSV(B) 91.2º 0.98% 0.4% -
XYZ 6.08 10.19 1.7 -
YUV 75.05 86.77 110.13 -
System Red Green Blue C M Y K H S L
Decimal 50 102 2 0.51 0 0.98 0.6 91.2 0.96 0.2
Hex 32 66 2 33 0 62 3C 5B 60 14
Octal 62 146 2 63 0 142 74 133 140 24
Binary 110010 1100110 10 110011 0 1100010 111100 1011011 1100000 10100

Color Harmonies of #326602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326602

Black with #326602

Text Example


Text Example

White with #326602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326602; }

 p { color: rgb(50,102,2); }

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

background-color css

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

 a { background-color: rgb(50,102,2); }

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

border-color css

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

 span { border-color: rgb(50,102,2); }

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