#349055

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

Shades of Sea Green #349055

Tints of Sea Green #349055

Color information

#349055 (or 0x349055) is unknown color: approx Sea Green. HEX triplet: 34, 90 and 55. RGB value is (52,144,85). Sum of RGB (Red+Green+Blue) = 52+144+85=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #349055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349055 is #CB6FAA. Grayscale: #6D6D6D. Windows color (decimal): -13332395 or 5607476. OLE color: 5607476.

HSL color Cylindrical-coordinate representation of color #349055: hue angle of 141.52º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349055 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB5214485-
CMYK0.6400.410.44
HSL141.52º46.94%38.43%-
HSV(B)141.52º63.89%56.47%-
XYZ13.0321.3312.03-
YUV109.77114.0286.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.51%
GREEN value IS 144 (56.64% from 255) = 51.25%
BLUE value IS 85 (33.59% from 255) = 30.25%
R=18.51%
G=51.25%
B=30.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52144850.6400.410.44141.5246.9438.43
Hex349055400292C8e2f26
Octal64220125100051542165746
Binary1101001001000010101011000000010100110110010001110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349055; }

 p { color: rgb(52,144,85); }

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

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

 a { background-color: rgb(52,144,85); }

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

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

 span { border-color: rgb(52,144,85); }

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