#336654

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

Shades of Spectra #336654

Tints of Spectra #336654

Color information

#336654 (or 0x336654) is unknown color: approx Spectra. HEX triplet: 33, 66 and 54. RGB value is (51,102,84). Sum of RGB (Red+Green+Blue) = 51+102+84=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 102 - color contains mainly: green. Hex color #336654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336654 is #CC99AB. Grayscale: #545454. Windows color (decimal): -13408684 or 5531187. OLE color: 5531187.

HSL color Cylindrical-coordinate representation of color #336654: hue angle of 158.82º 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 #336654 is Cyan = 0.5, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.6.

Color convert

RGB5110284-
CMYK0.500.180.6
HSL158.82º33.33%30%-
HSV(B)158.82º50%40%-
XYZ7.7210.8510.07-
YUV84.7127.6103.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 102 (40.23% from 255) = 43.04%
BLUE value IS 84 (33.20% from 255) = 35.44%
R=21.52%
G=43.04%
B=35.44%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal51102840.500.180.6158.8233.3330
Hex336654320123C9f211e
Octal6314612462022742374136
Binary110011110011010101001100100100101111001001111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336654; }

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

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

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

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

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

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

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

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