#336253

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

Shades of Spectra #336253

Tints of Spectra #336253

Color information

#336253 (or 0x336253) is unknown color: approx Spectra. HEX triplet: 33, 62 and 53. RGB value is (51,98,83). Sum of RGB (Red+Green+Blue) = 51+98+83=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #336253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336253 is #CC9DAC. Grayscale: #525252. Windows color (decimal): -13409709 or 5464627. OLE color: 5464627.

HSL color Cylindrical-coordinate representation of color #336253: hue angle of 160.85º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #336253 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB519883-
CMYK0.4800.150.62
HSL160.85º31.54%29.22%-
HSV(B)160.85º47.96%38.43%-
XYZ7.2910.069.74-
YUV82.24128.43105.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 98 (38.67% from 255) = 42.24%
BLUE value IS 83 (32.81% from 255) = 35.78%
R=21.98%
G=42.24%
B=35.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5198830.4800.150.62160.8531.5429.22
Hex336253300F3Ea1201d
Octal6314212360017762414035
Binary11001111000101010011110000011111111101010000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336253; }

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

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

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

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

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

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

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

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