#348655

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

Shades of Sea Green #348655

Tints of Sea Green #348655

Color information

#348655 (or 0x348655) is unknown color: approx Sea Green. HEX triplet: 34, 86 and 55. RGB value is (52,134,85). Sum of RGB (Red+Green+Blue) = 52+134+85=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #348655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348655 is #CB79AA. Grayscale: #686868. Windows color (decimal): -13334955 or 5604916. OLE color: 5604916.

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

Color convert

RGB5213485-
CMYK0.6100.370.47
HSL144.15º44.09%36.47%-
HSV(B)144.15º61.19%52.55%-
XYZ11.5818.4411.54-
YUV103.9117.3390.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.19%
GREEN value IS 134 (52.73% from 255) = 49.45%
BLUE value IS 85 (33.59% from 255) = 31.37%
R=19.19%
G=49.45%
B=31.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52134850.6100.370.47144.1544.0936.47
Hex3486553D0252F902c24
Octal6420612575045572205444
Binary110100100001101010101111101010010110111110010000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348655; }

 p { color: rgb(52,134,85); }

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

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

 a { background-color: rgb(52,134,85); }

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

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

 span { border-color: rgb(52,134,85); }

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