#338660

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

Shades of Sea Green #338660

Tints of Sea Green #338660

Color information

#338660 (or 0x338660) is unknown color: approx Sea Green. HEX triplet: 33, 86 and 60. RGB value is (51,134,96). Sum of RGB (Red+Green+Blue) = 51+134+96=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #338660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338660 is #CC799F. Grayscale: #686868. Windows color (decimal): -13400480 or 6325811. OLE color: 6325811.

HSL color Cylindrical-coordinate representation of color #338660: hue angle of 152.53º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338660 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB5113496-
CMYK0.6200.280.47
HSL152.53º44.86%36.27%-
HSV(B)152.53º61.94%52.55%-
XYZ1218.614.02-
YUV104.8512389.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.15%
GREEN value IS 134 (52.73% from 255) = 47.69%
BLUE value IS 96 (37.89% from 255) = 34.16%
R=18.15%
G=47.69%
B=34.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51134960.6200.280.47152.5344.8636.27
Hex3386603E01C2F992d24
Octal6320614076034572315544
Binary11001110000110110000011111001110010111110011001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338660; }

 p { color: rgb(51,134,96); }

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

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

 a { background-color: rgb(51,134,96); }

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

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

 span { border-color: rgb(51,134,96); }

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