#349254

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

Shades of Sea Green #349254

Tints of Sea Green #349254

Color information

#349254 (or 0x349254) is unknown color: approx Sea Green. HEX triplet: 34, 92 and 54. RGB value is (52,146,84). Sum of RGB (Red+Green+Blue) = 52+146+84=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #349254 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349254 is #CB6DAB. Grayscale: #6E6E6E. Windows color (decimal): -13331884 or 5542452. OLE color: 5542452.

HSL color Cylindrical-coordinate representation of color #349254: hue angle of 140.43º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349254 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB5214684-
CMYK0.6400.420.43
HSL140.43º47.47%38.82%-
HSV(B)140.43º64.38%57.25%-
XYZ13.321.9311.92-
YUV110.83112.8686.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.44%
GREEN value IS 146 (57.42% from 255) = 51.77%
BLUE value IS 84 (33.20% from 255) = 29.79%
R=18.44%
G=51.77%
B=29.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52146840.6400.420.43140.4347.4738.82
Hex3492544002A2B8c2f27
Octal64222124100052532145747
Binary1101001001001010101001000000010101010101110001100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349254; }

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

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

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

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

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

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

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

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