#355239

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

Shades of Hunter Green #355239

Tints of Hunter Green #355239

Color information

#355239 (or 0x355239) is unknown color: approx Hunter Green. HEX triplet: 35, 52 and 39. RGB value is (53,82,57). Sum of RGB (Red+Green+Blue) = 53+82+57=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 57 (22.66% from 255 or 29.69% from 192); Max value from RGB is 82 - color contains mainly: green. Hex color #355239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355239 is #CAADC6. Grayscale: #464646. Windows color (decimal): -13282759 or 3756597. OLE color: 3756597.

HSL color Cylindrical-coordinate representation of color #355239: hue angle of 128.28º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #355239 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB538257-
CMYK0.3500.300.68
HSL128.28º21.48%26.47%-
HSV(B)128.28º35.37%32.16%-
XYZ5.227.094.96-
YUV70.48120.39115.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.60%
GREEN value IS 82 (32.42% from 255) = 42.71%
BLUE value IS 57 (22.66% from 255) = 29.69%
R=27.60%
G=42.71%
B=29.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5382570.3500.300.68128.2821.4826.47
Hex3552392301E4480151a
Octal6512271430361042002532
Binary11010110100101110011000110111101000100100000001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355239; }

 p { color: rgb(53,82,57); }

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

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

 a { background-color: rgb(53,82,57); }

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

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

 span { border-color: rgb(53,82,57); }

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