#348950

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

Shades of Sea Green #348950

Tints of Sea Green #348950

Color information

#348950 (or 0x348950) is unknown color: approx Sea Green. HEX triplet: 34, 89 and 50. RGB value is (52,137,80). Sum of RGB (Red+Green+Blue) = 52+137+80=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #348950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348950 is #CB76AF. Grayscale: #696969. Windows color (decimal): -13334192 or 5278004. OLE color: 5278004.

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

Color convert

RGB5213780-
CMYK0.6200.420.46
HSL139.76º44.97%37.06%-
HSV(B)139.76º62.04%53.73%-
XYZ11.8119.210.67-
YUV105.09113.8490.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.33%
GREEN value IS 137 (53.91% from 255) = 50.93%
BLUE value IS 80 (31.64% from 255) = 29.74%
R=19.33%
G=50.93%
B=29.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52137800.6200.420.46139.7644.9737.06
Hex3489503E02A2E8c2d25
Octal6421112076052562145545
Binary110100100010011010000111110010101010111010001100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348950; }

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

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

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

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

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

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

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

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