#348553

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

Shades of Sea Green #348553

Tints of Sea Green #348553

Color information

#348553 (or 0x348553) is unknown color: approx Sea Green. HEX triplet: 34, 85 and 53. RGB value is (52,133,83). Sum of RGB (Red+Green+Blue) = 52+133+83=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #348553 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348553 is #CB7AAC. Grayscale: #676767. Windows color (decimal): -13335213 or 5473588. OLE color: 5473588.

HSL color Cylindrical-coordinate representation of color #348553: hue angle of 142.96º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348553 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB5213383-
CMYK0.6100.380.48
HSL142.96º43.78%36.27%-
HSV(B)142.96º60.9%52.16%-
XYZ11.3718.1311.08-
YUV103.08116.6691.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.40%
GREEN value IS 133 (52.34% from 255) = 49.63%
BLUE value IS 83 (32.81% from 255) = 30.97%
R=19.40%
G=49.63%
B=30.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52133830.6100.380.48142.9643.7836.27
Hex3485533D026308f2c24
Octal6420512375046602175444
Binary110100100001011010011111101010011011000010001111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348553; }

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

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

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

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

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

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

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

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