#348752

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

Shades of Sea Green #348752

Tints of Sea Green #348752

Color information

#348752 (or 0x348752) is unknown color: approx Sea Green. HEX triplet: 34, 87 and 52. RGB value is (52,135,82). Sum of RGB (Red+Green+Blue) = 52+135+82=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #348752 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348752 is #CB78AD. Grayscale: #686868. Windows color (decimal): -13334702 or 5408564. OLE color: 5408564.

HSL color Cylindrical-coordinate representation of color #348752: hue angle of 141.69º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348752 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB5213582-
CMYK0.6100.390.47
HSL141.69º44.39%36.67%-
HSV(B)141.69º61.48%52.94%-
XYZ11.618.6710.97-
YUV104.14115.590.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.33%
GREEN value IS 135 (53.12% from 255) = 50.19%
BLUE value IS 82 (32.42% from 255) = 30.48%
R=19.33%
G=50.19%
B=30.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52135820.6100.390.47141.6944.3936.67
Hex3487523D0272F8e2c25
Octal6420712275047572165445
Binary110100100001111010010111101010011110111110001110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348752; }

 p { color: rgb(52,135,82); }

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

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

 a { background-color: rgb(52,135,82); }

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

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

 span { border-color: rgb(52,135,82); }

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