#348358

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

Shades of Sea Green #348358

Tints of Sea Green #348358

Color information

#348358 (or 0x348358) is unknown color: approx Sea Green. HEX triplet: 34, 83 and 58. RGB value is (52,131,88). Sum of RGB (Red+Green+Blue) = 52+131+88=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #348358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348358 is #CB7CA7. Grayscale: #666666. Windows color (decimal): -13335720 or 5800756. OLE color: 5800756.

HSL color Cylindrical-coordinate representation of color #348358: hue angle of 147.34º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348358 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB5213188-
CMYK0.6000.330.49
HSL147.34º43.17%35.88%-
HSV(B)147.34º60.31%51.37%-
XYZ11.2917.6712.05-
YUV102.48119.8392-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.19%
GREEN value IS 131 (51.56% from 255) = 48.34%
BLUE value IS 88 (34.77% from 255) = 32.47%
R=19.19%
G=48.34%
B=32.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52131880.6000.330.49147.3443.1735.88
Hex3483583C02131932b24
Octal6420313074041612235344
Binary110100100000111011000111100010000111000110010011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348358; }

 p { color: rgb(52,131,88); }

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

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

 a { background-color: rgb(52,131,88); }

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

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

 span { border-color: rgb(52,131,88); }

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