#356B37

Color #356B37 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #356B37

Tints of San Felix #356B37

Color information

#356B37 (or 0x356B37) is unknown color: approx San Felix. HEX triplet: 35, 6B and 37. RGB value is (53,107,55). Sum of RGB (Red+Green+Blue) = 53+107+55=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 107 (42.19% from 255 or 49.77% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 107 - color contains mainly: green. Hex color #356B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356B37 is #CA94C8. Grayscale: #555555. Windows color (decimal): -13276361 or 3631925. OLE color: 3631925.

HSL color Cylindrical-coordinate representation of color #356B37: hue angle of 122.22º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356B37 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB5310755-
CMYK0.5000.490.58
HSL122.22º33.75%31.37%-
HSV(B)122.22º50.47%41.96%-
XYZ7.4211.555.45-
YUV84.93111.11105.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.65%
GREEN value IS 107 (42.19% from 255) = 49.77%
BLUE value IS 55 (21.88% from 255) = 25.58%
R=24.65%
G=49.77%
B=25.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53107550.5000.490.58122.2233.7531.37
Hex356B37320313A7a221f
Octal651536762061721724237
Binary11010111010111101111100100110001111010111101010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356B37; }

 p { color: rgb(53,107,55); }

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

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

 a { background-color: rgb(53,107,55); }

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

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

 span { border-color: rgb(53,107,55); }

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