#336151

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

Shades of Spectra #336151

Tints of Spectra #336151

Color information

#336151 (or 0x336151) is unknown color: approx Spectra. HEX triplet: 33, 61 and 51. RGB value is (51,97,81). Sum of RGB (Red+Green+Blue) = 51+97+81=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #336151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336151 is #CC9EAE. Grayscale: #515151. Windows color (decimal): -13409967 or 5333299. OLE color: 5333299.

HSL color Cylindrical-coordinate representation of color #336151: hue angle of 159.13º 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 #336151 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB519781-
CMYK0.4700.160.62
HSL159.13º31.08%29.02%-
HSV(B)159.13º47.42%38.04%-
XYZ7.139.859.31-
YUV81.42127.76106.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.27%
GREEN value IS 97 (38.28% from 255) = 42.36%
BLUE value IS 81 (32.03% from 255) = 35.37%
R=22.27%
G=42.36%
B=35.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5197810.4700.160.62159.1331.0829.02
Hex3361512F0103E9f1f1d
Octal6314112157020762373735
Binary11001111000011010001101111010000111110100111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336151; }

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

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

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

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

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

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

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

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