#348860

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

Shades of Sea Green #348860

Tints of Sea Green #348860

Color information

#348860 (or 0x348860) is unknown color: approx Sea Green. HEX triplet: 34, 88 and 60. RGB value is (52,136,96). Sum of RGB (Red+Green+Blue) = 52+136+96=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #348860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348860 is #CB779F. Grayscale: #6A6A6A. Windows color (decimal): -13334432 or 6326324. OLE color: 6326324.

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

Color convert

RGB5213696-
CMYK0.6200.290.47
HSL151.43º44.68%36.86%-
HSV(B)151.43º61.76%53.33%-
XYZ12.3319.1814.12-
YUV106.32122.1789.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.31%
GREEN value IS 136 (53.52% from 255) = 47.89%
BLUE value IS 96 (37.89% from 255) = 33.80%
R=18.31%
G=47.89%
B=33.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52136960.6200.290.47151.4344.6836.86
Hex3488603E01D2F972d25
Octal6421014076035572275545
Binary11010010001000110000011111001110110111110010111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348860; }

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

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

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

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

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

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

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

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