#348760

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

Shades of Sea Green #348760

Tints of Sea Green #348760

Color information

#348760 (or 0x348760) is unknown color: approx Sea Green. HEX triplet: 34, 87 and 60. RGB value is (52,135,96). Sum of RGB (Red+Green+Blue) = 52+135+96=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #348760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348760 is #CB789F. Grayscale: #696969. Windows color (decimal): -13334688 or 6326068. OLE color: 6326068.

HSL color Cylindrical-coordinate representation of color #348760: hue angle of 151.81º 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 #348760 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB5213596-
CMYK0.6100.290.47
HSL151.81º44.39%36.67%-
HSV(B)151.81º61.48%52.94%-
XYZ12.1918.914.07-
YUV105.74122.589.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 135 (53.12% from 255) = 47.70%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=18.37%
G=47.70%
B=33.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52135960.6100.290.47151.8144.3936.67
Hex3487603D01D2F982c25
Octal6420714075035572305445
Binary11010010000111110000011110101110110111110011000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348760; }

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

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

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

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

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

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

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

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