#336653

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

Shades of Spectra #336653

Tints of Spectra #336653

Color information

#336653 (or 0x336653) is unknown color: approx Spectra. HEX triplet: 33, 66 and 53. RGB value is (51,102,83). Sum of RGB (Red+Green+Blue) = 51+102+83=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #336653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336653 is #CC99AC. Grayscale: #545454. Windows color (decimal): -13408685 or 5465651. OLE color: 5465651.

HSL color Cylindrical-coordinate representation of color #336653: hue angle of 157.65º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #336653 is Cyan = 0.5, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.6.

Color convert

RGB5110283-
CMYK0.500.190.6
HSL157.65º33.33%30%-
HSV(B)157.65º50%40%-
XYZ7.6810.839.87-
YUV84.58127.1104.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.61%
GREEN value IS 102 (40.23% from 255) = 43.22%
BLUE value IS 83 (32.81% from 255) = 35.17%
R=21.61%
G=43.22%
B=35.17%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal51102830.500.190.6157.6533.3330
Hex336653320133C9e211e
Octal6314612362023742364136
Binary110011110011010100111100100100111111001001111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336653; }

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

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

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

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

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

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

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

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