#336351

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

Shades of Spectra #336351

Tints of Spectra #336351

Color information

#336351 (or 0x336351) is unknown color: approx Spectra. HEX triplet: 33, 63 and 51. RGB value is (51,99,81). Sum of RGB (Red+Green+Blue) = 51+99+81=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #336351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336351 is #CC9CAE. Grayscale: #525252. Windows color (decimal): -13409455 or 5333811. OLE color: 5333811.

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

Color convert

RGB519981-
CMYK0.4800.180.61
HSL157.5º32%29.41%-
HSV(B)157.5º48.48%38.82%-
XYZ7.3110.229.37-
YUV82.6127.1105.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.08%
GREEN value IS 99 (39.06% from 255) = 42.86%
BLUE value IS 81 (32.03% from 255) = 35.06%
R=22.08%
G=42.86%
B=35.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5199810.4800.180.61157.53229.41
Hex336351300123D9e201d
Octal6314312160022752364035
Binary110011110001110100011100000100101111011001111010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336351; }

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

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

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

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

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

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

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

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