#349554

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

Shades of Sea Green #349554

Tints of Sea Green #349554

Color information

#349554 (or 0x349554) is unknown color: approx Sea Green. HEX triplet: 34, 95 and 54. RGB value is (52,149,84). Sum of RGB (Red+Green+Blue) = 52+149+84=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #349554 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349554 is #CB6AAB. Grayscale: #707070. Windows color (decimal): -13331116 or 5543220. OLE color: 5543220.

HSL color Cylindrical-coordinate representation of color #349554: hue angle of 139.79º 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 #349554 is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB5214984-
CMYK0.6500.440.42
HSL139.79º48.26%39.41%-
HSV(B)139.79º65.1%58.43%-
XYZ13.7622.8712.08-
YUV112.59111.8684.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.25%
GREEN value IS 149 (58.59% from 255) = 52.28%
BLUE value IS 84 (33.20% from 255) = 29.47%
R=18.25%
G=52.28%
B=29.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52149840.6500.440.42139.7948.2639.41
Hex3495544102C2A8c3027
Octal64225124101054522146047
Binary1101001001010110101001000001010110010101010001100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349554; }

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

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

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

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

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

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

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

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