#348C5F

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

Shades of Sea Green #348C5F

Tints of Sea Green #348C5F

Color information

#348C5F (or 0x348C5F) is unknown color: approx Sea Green. HEX triplet: 34, 8C and 5F. RGB value is (52,140,95). Sum of RGB (Red+Green+Blue) = 52+140+95=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 140 (55.08% from 255 or 48.78% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 140 - color contains mainly: green. Hex color #348C5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348C5F is #CB73A0. Grayscale: #6C6C6C. Windows color (decimal): -13333409 or 6261812. OLE color: 6261812.

HSL color Cylindrical-coordinate representation of color #348C5F: hue angle of 149.32º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348C5F is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB5214095-
CMYK0.6300.320.45
HSL149.32º45.83%37.65%-
HSV(B)149.32º62.86%54.9%-
XYZ12.8620.3114.07-
YUV108.56120.3587.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.12%
GREEN value IS 140 (55.08% from 255) = 48.78%
BLUE value IS 95 (37.5% from 255) = 33.10%
R=18.12%
G=48.78%
B=33.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52140950.6300.320.45149.3245.8337.65
Hex348C5F3F0202D952e26
Octal6421413777040552255646
Binary110100100011001011111111111010000010110110010101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348C5F; }

 p { color: rgb(52,140,95); }

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

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

 a { background-color: rgb(52,140,95); }

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

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

 span { border-color: rgb(52,140,95); }

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