#349253

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

Shades of Sea Green #349253

Tints of Sea Green #349253

Color information

#349253 (or 0x349253) is unknown color: approx Sea Green. HEX triplet: 34, 92 and 53. RGB value is (52,146,83). Sum of RGB (Red+Green+Blue) = 52+146+83=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #349253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349253 is #CB6DAC. Grayscale: #6E6E6E. Windows color (decimal): -13331885 or 5476916. OLE color: 5476916.

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

Color convert

RGB5214683-
CMYK0.6400.430.43
HSL139.79º47.47%38.82%-
HSV(B)139.79º64.38%57.25%-
XYZ13.2621.9111.71-
YUV110.71112.3686.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.51%
GREEN value IS 146 (57.42% from 255) = 51.96%
BLUE value IS 83 (32.81% from 255) = 29.54%
R=18.51%
G=51.96%
B=29.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52146830.6400.430.43139.7947.4738.82
Hex3492534002B2B8c2f27
Octal64222123100053532145747
Binary1101001001001010100111000000010101110101110001100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349253; }

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

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

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

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

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

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

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

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