#348360

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

Shades of Sea Green #348360

Tints of Sea Green #348360

Color information

#348360 (or 0x348360) is unknown color: approx Sea Green. HEX triplet: 34, 83 and 60. RGB value is (52,131,96). Sum of RGB (Red+Green+Blue) = 52+131+96=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #348360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348360 is #CB7C9F. Grayscale: #676767. Windows color (decimal): -13335712 or 6325044. OLE color: 6325044.

HSL color Cylindrical-coordinate representation of color #348360: hue angle of 153.42º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348360 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB5213196-
CMYK0.6000.270.49
HSL153.42º43.17%35.88%-
HSV(B)153.42º60.31%51.37%-
XYZ11.6417.8113.89-
YUV103.39123.8391.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 131 (51.56% from 255) = 46.95%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=18.64%
G=46.95%
B=34.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52131960.6000.270.49153.4243.1735.88
Hex3483603C01B31992b24
Octal6420314074033612315344
Binary11010010000011110000011110001101111000110011001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348360; }

 p { color: rgb(52,131,96); }

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

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

 a { background-color: rgb(52,131,96); }

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

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

 span { border-color: rgb(52,131,96); }

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