#356251

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

Shades of Spectra #356251

Tints of Spectra #356251

Color information

#356251 (or 0x356251) is unknown color: approx Spectra. HEX triplet: 35, 62 and 51. RGB value is (53,98,81). Sum of RGB (Red+Green+Blue) = 53+98+81=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #356251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356251 is #CA9DAE. Grayscale: #525252. Windows color (decimal): -13278639 or 5333557. OLE color: 5333557.

HSL color Cylindrical-coordinate representation of color #356251: hue angle of 157.33º 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 #356251 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB539881-
CMYK0.4600.170.62
HSL157.33º29.8%29.61%-
HSV(B)157.33º45.92%38.43%-
XYZ7.3210.099.35-
YUV82.61127.09106.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 98 (38.67% from 255) = 42.24%
BLUE value IS 81 (32.03% from 255) = 34.91%
R=22.84%
G=42.24%
B=34.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5398810.4600.170.62157.3329.829.61
Hex3562512E0113E9d1e1e
Octal6514212156021762353636
Binary11010111000101010001101110010001111110100111011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356251; }

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

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

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

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

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

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

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

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