#348E4B

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

Shades of Sea Green #348E4B

Tints of Sea Green #348E4B

Color information

#348E4B (or 0x348E4B) is unknown color: approx Sea Green. HEX triplet: 34, 8E and 4B. RGB value is (52,142,75). Sum of RGB (Red+Green+Blue) = 52+142+75=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 142 (55.86% from 255 or 52.79% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 142 - color contains mainly: green. Hex color #348E4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348E4B is #CB71B4. Grayscale: #6B6B6B. Windows color (decimal): -13332917 or 4951604. OLE color: 4951604.

HSL color Cylindrical-coordinate representation of color #348E4B: hue angle of 135.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348E4B is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB5214275-
CMYK0.6300.470.44
HSL135.33º46.39%38.04%-
HSV(B)135.33º63.38%55.69%-
XYZ12.3620.589.98-
YUV107.45109.6888.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.33%
GREEN value IS 142 (55.86% from 255) = 52.79%
BLUE value IS 75 (29.69% from 255) = 27.88%
R=19.33%
G=52.79%
B=27.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52142750.6300.470.44135.3346.3938.04
Hex348E4B3F02F2C872e26
Octal6421611377057542075646
Binary110100100011101001011111111010111110110010000111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348E4B; }

 p { color: rgb(52,142,75); }

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

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

 a { background-color: rgb(52,142,75); }

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

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

 span { border-color: rgb(52,142,75); }

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