#336152

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

Shades of Spectra #336152

Tints of Spectra #336152

Color information

#336152 (or 0x336152) is unknown color: approx Spectra. HEX triplet: 33, 61 and 52. RGB value is (51,97,82). Sum of RGB (Red+Green+Blue) = 51+97+82=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #336152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336152 is #CC9EAD. Grayscale: #515151. Windows color (decimal): -13409966 or 5398835. OLE color: 5398835.

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

Color convert

RGB519782-
CMYK0.4700.150.62
HSL160.43º31.08%29.02%-
HSV(B)160.43º47.42%38.04%-
XYZ7.169.869.51-
YUV81.54128.26106.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.17%
GREEN value IS 97 (38.28% from 255) = 42.17%
BLUE value IS 82 (32.42% from 255) = 35.65%
R=22.17%
G=42.17%
B=35.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5197820.4700.150.62160.4331.0829.02
Hex3361522F0F3Ea01f1d
Octal6314112257017762403735
Binary1100111100001101001010111101111111110101000001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336152; }

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

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

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

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

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

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

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

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