#336356

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

Shades of Spectra #336356

Tints of Spectra #336356

Color information

#336356 (or 0x336356) is unknown color: approx Spectra. HEX triplet: 33, 63 and 56. RGB value is (51,99,86). Sum of RGB (Red+Green+Blue) = 51+99+86=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #336356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336356 is #CC9CA9. Grayscale: #535353. Windows color (decimal): -13409450 or 5661491. OLE color: 5661491.

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

Color convert

RGB519986-
CMYK0.4800.130.61
HSL163.75º32%29.41%-
HSV(B)163.75º48.48%38.82%-
XYZ7.5110.310.4-
YUV83.17129.6105.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.61%
GREEN value IS 99 (39.06% from 255) = 41.95%
BLUE value IS 86 (33.98% from 255) = 36.44%
R=21.61%
G=41.95%
B=36.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5199860.4800.130.61163.753229.41
Hex336356300D3Da4201d
Octal6314312660015752444035
Binary11001111000111010110110000011011111011010010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336356; }

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

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

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

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

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

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

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

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