#349051

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

Shades of Sea Green #349051

Tints of Sea Green #349051

Color information

#349051 (or 0x349051) is unknown color: approx Sea Green. HEX triplet: 34, 90 and 51. RGB value is (52,144,81). Sum of RGB (Red+Green+Blue) = 52+144+81=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #349051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349051 is #CB6FAE. Grayscale: #6D6D6D. Windows color (decimal): -13332399 or 5345332. OLE color: 5345332.

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

Color convert

RGB5214481-
CMYK0.6400.440.44
HSL138.91º46.94%38.43%-
HSV(B)138.91º63.89%56.47%-
XYZ12.8721.2711.21-
YUV109.31112.0287.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.77%
GREEN value IS 144 (56.64% from 255) = 51.99%
BLUE value IS 81 (32.03% from 255) = 29.24%
R=18.77%
G=51.99%
B=29.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52144810.6400.440.44138.9146.9438.43
Hex3490514002C2C8b2f26
Octal64220121100054542135746
Binary1101001001000010100011000000010110010110010001011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349051; }

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

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

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

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

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

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

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

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