#348855

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

Shades of Sea Green #348855

Tints of Sea Green #348855

Color information

#348855 (or 0x348855) is unknown color: approx Sea Green. HEX triplet: 34, 88 and 55. RGB value is (52,136,85). Sum of RGB (Red+Green+Blue) = 52+136+85=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #348855 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348855 is #CB77AA. Grayscale: #696969. Windows color (decimal): -13334443 or 5605428. OLE color: 5605428.

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

Color convert

RGB5213685-
CMYK0.6200.380.47
HSL143.57º44.68%36.86%-
HSV(B)143.57º61.76%53.33%-
XYZ11.8618.9911.64-
YUV105.07116.6790.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.05%
GREEN value IS 136 (53.52% from 255) = 49.82%
BLUE value IS 85 (33.59% from 255) = 31.14%
R=19.05%
G=49.82%
B=31.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52136850.6200.380.47143.5744.6836.86
Hex3488553E0262F902d25
Octal6421012576046572205545
Binary110100100010001010101111110010011010111110010000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348855; }

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

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

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

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

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

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

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

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