#336353

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

Shades of Spectra #336353

Tints of Spectra #336353

Color information

#336353 (or 0x336353) is unknown color: approx Spectra. HEX triplet: 33, 63 and 53. RGB value is (51,99,83). Sum of RGB (Red+Green+Blue) = 51+99+83=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 99 - color contains mainly: green. Hex color #336353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336353 is #CC9CAC. Grayscale: #525252. Windows color (decimal): -13409453 or 5464883. OLE color: 5464883.

HSL color Cylindrical-coordinate representation of color #336353: hue angle of 160º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #336353 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB519983-
CMYK0.4800.160.61
HSL160º32%29.41%-
HSV(B)160º48.48%38.82%-
XYZ7.3910.259.77-
YUV82.82128.1105.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.89%
GREEN value IS 99 (39.06% from 255) = 42.49%
BLUE value IS 83 (32.81% from 255) = 35.62%
R=21.89%
G=42.49%
B=35.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5199830.4800.160.611603229.41
Hex336353300103Da0201d
Octal6314312360020752404035
Binary110011110001110100111100000100001111011010000010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336353; }

 p { color: rgb(51,99,83); }

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

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

 a { background-color: rgb(51,99,83); }

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

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

 span { border-color: rgb(51,99,83); }

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