#349552

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

Shades of Sea Green #349552

Tints of Sea Green #349552

Color information

#349552 (or 0x349552) is unknown color: approx Sea Green. HEX triplet: 34, 95 and 52. RGB value is (52,149,82). Sum of RGB (Red+Green+Blue) = 52+149+82=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #349552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349552 is #CB6AAD. Grayscale: #707070. Windows color (decimal): -13331118 or 5412148. OLE color: 5412148.

HSL color Cylindrical-coordinate representation of color #349552: hue angle of 138.56º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349552 is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB5214982-
CMYK0.6500.450.42
HSL138.56º48.26%39.41%-
HSV(B)138.56º65.1%58.43%-
XYZ13.6922.8311.67-
YUV112.36110.8684.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 149 (58.59% from 255) = 52.65%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=18.37%
G=52.65%
B=28.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52149820.6500.450.42138.5648.2639.41
Hex3495524102D2A8b3027
Octal64225122101055522136047
Binary1101001001010110100101000001010110110101010001011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349552; }

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

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

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

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

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

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

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

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