#336352

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

Shades of Spectra #336352

Tints of Spectra #336352

Color information

#336352 (or 0x336352) is unknown color: approx Spectra. HEX triplet: 33, 63 and 52. RGB value is (51,99,82). Sum of RGB (Red+Green+Blue) = 51+99+82=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 99 - color contains mainly: green. Hex color #336352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336352 is #CC9CAD. Grayscale: #525252. Windows color (decimal): -13409454 or 5399347. OLE color: 5399347.

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

Color convert

RGB519982-
CMYK0.4800.170.61
HSL158.75º32%29.41%-
HSV(B)158.75º48.48%38.82%-
XYZ7.3510.249.57-
YUV82.71127.6105.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 99 (39.06% from 255) = 42.67%
BLUE value IS 82 (32.42% from 255) = 35.34%
R=21.98%
G=42.67%
B=35.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5199820.4800.170.61158.753229.41
Hex336352300113D9f201d
Octal6314312260021752374035
Binary110011110001110100101100000100011111011001111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336352; }

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

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

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

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

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

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

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

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