#336650

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

Shades of Spectra #336650

Tints of Spectra #336650

Color information

#336650 (or 0x336650) is unknown color: approx Spectra. HEX triplet: 33, 66 and 50. RGB value is (51,102,80). Sum of RGB (Red+Green+Blue) = 51+102+80=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 102 - color contains mainly: green. Hex color #336650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336650 is #CC99AF. Grayscale: #545454. Windows color (decimal): -13408688 or 5269043. OLE color: 5269043.

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

Color convert

RGB5110280-
CMYK0.500.220.6
HSL154.12º33.33%30%-
HSV(B)154.12º50%40%-
XYZ7.5610.799.27-
YUV84.24125.6104.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.89%
GREEN value IS 102 (40.23% from 255) = 43.78%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=21.89%
G=43.78%
B=34.33%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal51102800.500.220.6154.1233.3330
Hex336650320163C9a211e
Octal6314612062026742324136
Binary110011110011010100001100100101101111001001101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336650; }

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

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

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

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

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

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

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

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