Html Css Color HEX #326703 Verdun Green

📋 copy color: '#326703'

red 50 ◦ green 103 ◦ blue 3

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

Shades of Verdun Green #326703

Tints of Verdun Green #326703

RGB

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

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

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

R = 32.05%
G = 66.03%
B = 1.92%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.97

 K value IS 0.60

RGB Variations

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

Color information

#326703 (or 0x326703) is known color: Verdun Green. HEX triplet: 32, 67 and 03. RGB value is (50,103,3). Sum of RGB (Red+Green+Blue) = 50+103+3=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 103 (40.62% from 255 or 66.03% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 103 - color contains mainly: green. Hex color #326703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326703 is #CD98FC. Grayscale: #4C4C4C. Windows color (decimal): -13474045 or 223026. OLE color: 223026.

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

Color convert

RGB 50 103 3 -
CMYK 0.51 0 0.97 0.60
HSL 91.8º 0.94% 0.21% -
HSV(B) 91.8º 0.97% 0.4% -
XYZ 6.18 10.39 1.76 -
YUV 75.75 86.94 109.63 -
System Red Green Blue C M Y K H S L
Decimal 50 103 3 0.51 0 0.97 0.60 91.8 0.94 0.21
Hex 32 67 3 33 0 61 3C 5C 5E 15
Octal 62 147 3 63 0 141 74 134 136 25
Binary 110010 1100111 11 110011 0 1100001 111100 1011100 1011110 10101

Color Harmonies of #326703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326703

Black with #326703

Text Example


Text Example

White with #326703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326703; }

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

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

background-color css

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

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

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

border-color css

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

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

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