#348960

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

Shades of Sea Green #348960

Tints of Sea Green #348960

Color information

#348960 (or 0x348960) is unknown color: approx Sea Green. HEX triplet: 34, 89 and 60. RGB value is (52,137,96). Sum of RGB (Red+Green+Blue) = 52+137+96=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 137 (53.91% from 255 or 48.07% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 137 - color contains mainly: green. Hex color #348960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348960 is #CB769F. Grayscale: #6A6A6A. Windows color (decimal): -13334176 or 6326580. OLE color: 6326580.

HSL color Cylindrical-coordinate representation of color #348960: hue angle of 151.06º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348960 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB5213796-
CMYK0.6200.300.46
HSL151.06º44.97%37.06%-
HSV(B)151.06º62.04%53.73%-
XYZ12.4719.4714.17-
YUV106.91121.8488.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.25%
GREEN value IS 137 (53.91% from 255) = 48.07%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=18.25%
G=48.07%
B=33.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52137960.6200.300.46151.0644.9737.06
Hex3489603E01E2E972d25
Octal6421114076036562275545
Binary11010010001001110000011111001111010111010010111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348960; }

 p { color: rgb(52,137,96); }

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

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

 a { background-color: rgb(52,137,96); }

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

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

 span { border-color: rgb(52,137,96); }

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