Html Css Color HEX #326702 Verdun Green

📋 copy color: '#326702'

red 50 ◦ green 103 ◦ blue 2

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

Shades of Verdun Green #326702

Tints of Verdun Green #326702

RGB

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

 GREEN value IS 103 (40.63% from 255) = 66.45%

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

R = 32.26%
G = 66.45%
B = 1.29%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#326702 (or 0x326702) is known color: Verdun Green. HEX triplet: 32, 67 and 02. RGB value is (50,103,2). Sum of RGB (Red+Green+Blue) = 50+103+2=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 103 (40.62% from 255 or 66.45% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 103 - color contains mainly: green. Hex color #326702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326702 is #CD98FD. Grayscale: #4B4B4B. Windows color (decimal): -13474046 or 157490. OLE color: 157490.

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

Color convert

RGB 50 103 2 -
CMYK 0.51 0 0.98 0.60
HSL 91.49º 0.96% 0.21% -
HSV(B) 91.49º 0.98% 0.4% -
XYZ 6.18 10.38 1.74 -
YUV 75.64 86.44 109.71 -
System Red Green Blue C M Y K H S L
Decimal 50 103 2 0.51 0 0.98 0.60 91.49 0.96 0.21
Hex 32 67 2 33 0 62 3C 5B 60 15
Octal 62 147 2 63 0 142 74 133 140 25
Binary 110010 1100111 10 110011 0 1100010 111100 1011011 1100000 10101

Color Harmonies of #326702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326702

Black with #326702

Text Example


Text Example

White with #326702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326702; }

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

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

background-color css

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

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

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

border-color css

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

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

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