#336953

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

Shades of Spectra #336953

Tints of Spectra #336953

Color information

#336953 (or 0x336953) is unknown color: approx Spectra. HEX triplet: 33, 69 and 53. RGB value is (51,105,83). Sum of RGB (Red+Green+Blue) = 51+105+83=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #336953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336953 is #CC96AC. Grayscale: #565656. Windows color (decimal): -13407917 or 5466419. OLE color: 5466419.

HSL color Cylindrical-coordinate representation of color #336953: hue angle of 155.56º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #336953 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB5110583-
CMYK0.5100.210.59
HSL155.56º34.62%30.59%-
HSV(B)155.56º51.43%41.18%-
XYZ7.9811.439.97-
YUV86.35126.11102.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 105 (41.41% from 255) = 43.93%
BLUE value IS 83 (32.81% from 255) = 34.73%
R=21.34%
G=43.93%
B=34.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51105830.5100.210.59155.5634.6230.59
Hex336953330153B9c231f
Octal6315112363025732344337
Binary110011110100110100111100110101011110111001110010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336953; }

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

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

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

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

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

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

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

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