#336251

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

Shades of Spectra #336251

Tints of Spectra #336251

Color information

#336251 (or 0x336251) is unknown color: approx Spectra. HEX triplet: 33, 62 and 51. RGB value is (51,98,81). Sum of RGB (Red+Green+Blue) = 51+98+81=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #336251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336251 is #CC9DAE. Grayscale: #525252. Windows color (decimal): -13409711 or 5333555. OLE color: 5333555.

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

Color convert

RGB519881-
CMYK0.4800.170.62
HSL158.3º31.54%29.22%-
HSV(B)158.3º47.96%38.43%-
XYZ7.2210.039.34-
YUV82.01127.43105.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.17%
GREEN value IS 98 (38.67% from 255) = 42.61%
BLUE value IS 81 (32.03% from 255) = 35.22%
R=22.17%
G=42.61%
B=35.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5198810.4800.170.62158.331.5429.22
Hex336251300113E9e201d
Octal6314212160021762364035
Binary110011110001010100011100000100011111101001111010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336251; }

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

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

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

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

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

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

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

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