#356252

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

Shades of Spectra #356252

Tints of Spectra #356252

Color information

#356252 (or 0x356252) is unknown color: approx Spectra. HEX triplet: 35, 62 and 52. RGB value is (53,98,82). Sum of RGB (Red+Green+Blue) = 53+98+82=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #356252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356252 is #CA9DAD. Grayscale: #525252. Windows color (decimal): -13278638 or 5399093. OLE color: 5399093.

HSL color Cylindrical-coordinate representation of color #356252: hue angle of 158.67º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #356252 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB539882-
CMYK0.4600.160.62
HSL158.67º29.8%29.61%-
HSV(B)158.67º45.92%38.43%-
XYZ7.3610.19.54-
YUV82.72127.59106.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 98 (38.67% from 255) = 42.06%
BLUE value IS 82 (32.42% from 255) = 35.19%
R=22.75%
G=42.06%
B=35.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5398820.4600.160.62158.6729.829.61
Hex3562522E0103E9f1e1e
Octal6514212256020762373636
Binary11010111000101010010101110010000111110100111111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356252; }

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

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

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

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

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

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

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

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