#326538

Color #326538 Hunter Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hunter Green #326538

Tints of Hunter Green #326538

Color information

#326538 (or 0x326538) is unknown color: approx Hunter Green. HEX triplet: 32, 65 and 38. RGB value is (50,101,56). Sum of RGB (Red+Green+Blue) = 50+101+56=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 101 (39.84% from 255 or 48.79% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 101 - color contains mainly: green. Hex color #326538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326538 is #CD9AC7. Grayscale: #505050. Windows color (decimal): -13474504 or 3695922. OLE color: 3695922.

HSL color Cylindrical-coordinate representation of color #326538: hue angle of 127.06º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326538 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.60.

Color convert

RGB5010156-
CMYK0.5000.450.60
HSL127.06º33.77%29.61%-
HSV(B)127.06º50.5%39.61%-
XYZ6.6810.275.37-
YUV80.62114.1106.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.15%
GREEN value IS 101 (39.84% from 255) = 48.79%
BLUE value IS 56 (22.27% from 255) = 27.05%
R=24.15%
G=48.79%
B=27.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50101560.5000.450.60127.0633.7729.61
Hex3265383202D3C7f221e
Octal621457062055741774236
Binary11001011001011110001100100101101111100111111110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326538; }

 p { color: rgb(50,101,56); }

 H1.HeaderClassName
 {
   color: #326538;
 }
 .AnyTagClassName
 {
   color: #326538;
 }
</style>
background-color css

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

 a { background-color: rgb(50,101,56); }

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

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

 span { border-color: rgb(50,101,56); }

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