#348949

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

Shades of Sea Green #348949

Tints of Sea Green #348949

Color information

#348949 (or 0x348949) is unknown color: approx Sea Green. HEX triplet: 34, 89 and 49. RGB value is (52,137,73). Sum of RGB (Red+Green+Blue) = 52+137+73=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #348949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348949 is #CB76B6. Grayscale: #686868. Windows color (decimal): -13334199 or 4819252. OLE color: 4819252.

HSL color Cylindrical-coordinate representation of color #348949: hue angle of 134.82º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348949 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB5213773-
CMYK0.6200.470.46
HSL134.82º44.97%37.06%-
HSV(B)134.82º62.04%53.73%-
XYZ11.5619.19.38-
YUV104.29110.3490.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.85%
GREEN value IS 137 (53.91% from 255) = 52.29%
BLUE value IS 73 (28.91% from 255) = 27.86%
R=19.85%
G=52.29%
B=27.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52137730.6200.470.46134.8244.9737.06
Hex3489493E02F2E872d25
Octal6421111176057562075545
Binary110100100010011001001111110010111110111010000111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348949; }

 p { color: rgb(52,137,73); }

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

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

 a { background-color: rgb(52,137,73); }

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

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

 span { border-color: rgb(52,137,73); }

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