#336350

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

Shades of Spectra #336350

Tints of Spectra #336350

Color information

#336350 (or 0x336350) is unknown color: approx Spectra. HEX triplet: 33, 63 and 50. RGB value is (51,99,80). Sum of RGB (Red+Green+Blue) = 51+99+80=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 99 - color contains mainly: green. Hex color #336350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336350 is #CC9CAF. Grayscale: #525252. Windows color (decimal): -13409456 or 5268275. OLE color: 5268275.

HSL color Cylindrical-coordinate representation of color #336350: hue angle of 156.25º 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 #336350 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB519980-
CMYK0.4800.190.61
HSL156.25º32%29.41%-
HSV(B)156.25º48.48%38.82%-
XYZ7.2810.219.18-
YUV82.48126.6105.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.17%
GREEN value IS 99 (39.06% from 255) = 43.04%
BLUE value IS 80 (31.64% from 255) = 34.78%
R=22.17%
G=43.04%
B=34.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5199800.4800.190.61156.253229.41
Hex336350300133D9c201d
Octal6314312060023752344035
Binary110011110001110100001100000100111111011001110010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336350; }

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

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

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

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

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

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

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

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