#348652

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

Shades of Sea Green #348652

Tints of Sea Green #348652

Color information

#348652 (or 0x348652) is unknown color: approx Sea Green. HEX triplet: 34, 86 and 52. RGB value is (52,134,82). Sum of RGB (Red+Green+Blue) = 52+134+82=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #348652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348652 is #CB79AD. Grayscale: #676767. Windows color (decimal): -13334958 or 5408308. OLE color: 5408308.

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

Color convert

RGB5213482-
CMYK0.6100.390.47
HSL141.95º44.09%36.47%-
HSV(B)141.95º61.19%52.55%-
XYZ11.4618.3910.93-
YUV103.55115.8391.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.40%
GREEN value IS 134 (52.73% from 255) = 50%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=19.40%
G=50%
B=30.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52134820.6100.390.47141.9544.0936.47
Hex3486523D0272F8e2c24
Octal6420612275047572165444
Binary110100100001101010010111101010011110111110001110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348652; }

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

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

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

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

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

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

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

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