#348864

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

Shades of Sea Green #348864

Tints of Sea Green #348864

Color information

#348864 (or 0x348864) is unknown color: approx Sea Green. HEX triplet: 34, 88 and 64. RGB value is (52,136,100). Sum of RGB (Red+Green+Blue) = 52+136+100=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 136 - color contains mainly: green. Hex color #348864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348864 is #CB779B. Grayscale: #6A6A6A. Windows color (decimal): -13334428 or 6588468. OLE color: 6588468.

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

Color convert

RGB52136100-
CMYK0.6200.260.47
HSL154.29º44.68%36.86%-
HSV(B)154.29º61.76%53.33%-
XYZ12.5219.2615.11-
YUV106.78124.1788.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.06%
GREEN value IS 136 (53.52% from 255) = 47.22%
BLUE value IS 100 (39.45% from 255) = 34.72%
R=18.06%
G=47.22%
B=34.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521361000.6200.260.47154.2944.6836.86
Hex3488643E01A2F9a2d25
Octal6421014476032572325545
Binary11010010001000110010011111001101010111110011010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348864; }

 p { color: rgb(52,136,100); }

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

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

 a { background-color: rgb(52,136,100); }

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

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

 span { border-color: rgb(52,136,100); }

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