#336450

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

Shades of Spectra #336450

Tints of Spectra #336450

Color information

#336450 (or 0x336450) is unknown color: approx Spectra. HEX triplet: 33, 64 and 50. RGB value is (51,100,80). Sum of RGB (Red+Green+Blue) = 51+100+80=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 100 - color contains mainly: green. Hex color #336450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336450 is #CC9BAF. Grayscale: #535353. Windows color (decimal): -13409200 or 5268531. OLE color: 5268531.

HSL color Cylindrical-coordinate representation of color #336450: hue angle of 155.51º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #336450 is Cyan = 0.49, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.61.

Color convert

RGB5110080-
CMYK0.4900.20.61
HSL155.51º32.45%29.61%-
HSV(B)155.51º49%39.22%-
XYZ7.3710.49.21-
YUV83.07126.27105.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.08%
GREEN value IS 100 (39.45% from 255) = 43.29%
BLUE value IS 80 (31.64% from 255) = 34.63%
R=22.08%
G=43.29%
B=34.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal51100800.4900.20.61155.5132.4529.61
Hex336450310143D9c201e
Octal6314412061024752344036
Binary110011110010010100001100010101001111011001110010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336450; }

 p { color: rgb(51,100,80); }

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

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

 a { background-color: rgb(51,100,80); }

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

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

 span { border-color: rgb(51,100,80); }

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