#34845D

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

Shades of Sea Green #34845D

Tints of Sea Green #34845D

Color information

#34845D (or 0x34845D) is unknown color: approx Sea Green. HEX triplet: 34, 84 and 5D. RGB value is (52,132,93). Sum of RGB (Red+Green+Blue) = 52+132+93=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #34845D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34845D is #CB7BA2. Grayscale: #676767. Windows color (decimal): -13335459 or 6128692. OLE color: 6128692.

HSL color Cylindrical-coordinate representation of color #34845D: hue angle of 150.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34845D is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB5213293-
CMYK0.6100.300.48
HSL150.75º43.48%36.08%-
HSV(B)150.75º60.61%51.76%-
XYZ11.6418.0213.22-
YUV103.6312291.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.77%
GREEN value IS 132 (51.95% from 255) = 47.65%
BLUE value IS 93 (36.72% from 255) = 33.57%
R=18.77%
G=47.65%
B=33.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52132930.6100.300.48150.7543.4836.08
Hex34845D3D01E30972b24
Octal6420413575036602275344
Binary11010010000100101110111110101111011000010010111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34845D; }

 p { color: rgb(52,132,93); }

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

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

 a { background-color: rgb(52,132,93); }

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

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

 span { border-color: rgb(52,132,93); }

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