#348C54

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

Shades of Sea Green #348C54

Tints of Sea Green #348C54

Color information

#348C54 (or 0x348C54) is unknown color: approx Sea Green. HEX triplet: 34, 8C and 54. RGB value is (52,140,84). Sum of RGB (Red+Green+Blue) = 52+140+84=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 140 (55.08% from 255 or 50.72% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 140 - color contains mainly: green. Hex color #348C54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348C54 is #CB73AB. Grayscale: #6B6B6B. Windows color (decimal): -13333420 or 5540916. OLE color: 5540916.

HSL color Cylindrical-coordinate representation of color #348C54: hue angle of 141.82º 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 #348C54 is Cyan = 0.63, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.

Color convert

RGB5214084-
CMYK0.6300.40.45
HSL141.82º45.83%37.65%-
HSV(B)141.82º62.86%54.9%-
XYZ12.3920.1311.62-
YUV107.3114.8588.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.84%
GREEN value IS 140 (55.08% from 255) = 50.72%
BLUE value IS 84 (33.20% from 255) = 30.43%
R=18.84%
G=50.72%
B=30.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52140840.6300.40.45141.8245.8337.65
Hex348C543F0282D8e2e26
Octal6421412477050552165646
Binary110100100011001010100111111010100010110110001110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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