#348963

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

Shades of Sea Green #348963

Tints of Sea Green #348963

Color information

#348963 (or 0x348963) is unknown color: approx Sea Green. HEX triplet: 34, 89 and 63. RGB value is (52,137,99). Sum of RGB (Red+Green+Blue) = 52+137+99=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #348963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348963 is #CB769C. Grayscale: #6B6B6B. Windows color (decimal): -13334173 or 6523188. OLE color: 6523188.

HSL color Cylindrical-coordinate representation of color #348963: hue angle of 153.18º 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 #348963 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB5213799-
CMYK0.6200.280.46
HSL153.18º44.97%37.06%-
HSV(B)153.18º62.04%53.73%-
XYZ12.6119.5214.91-
YUV107.25123.3488.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.06%
GREEN value IS 137 (53.91% from 255) = 47.57%
BLUE value IS 99 (39.06% from 255) = 34.38%
R=18.06%
G=47.57%
B=34.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52137990.6200.280.46153.1844.9737.06
Hex3489633E01C2E992d25
Octal6421114376034562315545
Binary11010010001001110001111111001110010111010011001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348963; }

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

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

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

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

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

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

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

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