#355C3D

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

Shades of Hunter Green #355C3D

Tints of Hunter Green #355C3D

Color information

#355C3D (or 0x355C3D) is unknown color: approx Hunter Green. HEX triplet: 35, 5C and 3D. RGB value is (53,92,61). Sum of RGB (Red+Green+Blue) = 53+92+61=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 92 - color contains mainly: green. Hex color #355C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355C3D is #CAA3C2. Grayscale: #4C4C4C. Windows color (decimal): -13280195 or 4021301. OLE color: 4021301.

HSL color Cylindrical-coordinate representation of color #355C3D: hue angle of 132.31º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #355C3D is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB539261-
CMYK0.4200.340.64
HSL132.31º26.9%28.43%-
HSV(B)132.31º42.39%36.08%-
XYZ6.148.755.78-
YUV76.81119.08111.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.73%
GREEN value IS 92 (36.33% from 255) = 44.66%
BLUE value IS 61 (24.22% from 255) = 29.61%
R=25.73%
G=44.66%
B=29.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5392610.4200.340.64132.3126.928.43
Hex355C3D2A02240841b1c
Octal6513475520421002043334
Binary110101101110011110110101001000101000000100001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355C3D; }

 p { color: rgb(53,92,61); }

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

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

 a { background-color: rgb(53,92,61); }

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

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

 span { border-color: rgb(53,92,61); }

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