#34885A

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

Shades of Sea Green #34885A

Tints of Sea Green #34885A

Color information

#34885A (or 0x34885A) is unknown color: approx Sea Green. HEX triplet: 34, 88 and 5A. RGB value is (52,136,90). Sum of RGB (Red+Green+Blue) = 52+136+90=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #34885A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34885A is #CB77A5. Grayscale: #696969. Windows color (decimal): -13334438 or 5933108. OLE color: 5933108.

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

Color convert

RGB5213690-
CMYK0.6200.340.47
HSL147.14º44.68%36.86%-
HSV(B)147.14º61.76%53.33%-
XYZ12.0719.0812.72-
YUV105.64119.1789.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.71%
GREEN value IS 136 (53.52% from 255) = 48.92%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=18.71%
G=48.92%
B=32.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52136900.6200.340.47147.1444.6836.86
Hex34885A3E0222F932d25
Octal6421013276042572235545
Binary110100100010001011010111110010001010111110010011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34885A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34885A; }

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

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

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

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

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

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

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

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