#348560

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

Shades of Sea Green #348560

Tints of Sea Green #348560

Color information

#348560 (or 0x348560) is unknown color: approx Sea Green. HEX triplet: 34, 85 and 60. RGB value is (52,133,96). Sum of RGB (Red+Green+Blue) = 52+133+96=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #348560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348560 is #CB7A9F. Grayscale: #686868. Windows color (decimal): -13335200 or 6325556. OLE color: 6325556.

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

Color convert

RGB5213396-
CMYK0.6100.280.48
HSL152.59º43.78%36.27%-
HSV(B)152.59º60.9%52.16%-
XYZ11.9218.3513.98-
YUV104.56123.1690.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.51%
GREEN value IS 133 (52.34% from 255) = 47.33%
BLUE value IS 96 (37.89% from 255) = 34.16%
R=18.51%
G=47.33%
B=34.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52133960.6100.280.48152.5943.7836.27
Hex3485603D01C30992c24
Octal6420514075034602315444
Binary11010010000101110000011110101110011000010011001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348560; }

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

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

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

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

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

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

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

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