#34914D

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

Shades of Sea Green #34914D

Tints of Sea Green #34914D

Color information

#34914D (or 0x34914D) is unknown color: approx Sea Green. HEX triplet: 34, 91 and 4D. RGB value is (52,145,77). Sum of RGB (Red+Green+Blue) = 52+145+77=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #34914D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34914D is #CB6EB2. Grayscale: #6D6D6D. Windows color (decimal): -13332147 or 5083444. OLE color: 5083444.

HSL color Cylindrical-coordinate representation of color #34914D: hue angle of 136.13º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34914D is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB5214577-
CMYK0.6400.470.43
HSL136.13º47.21%38.63%-
HSV(B)136.13º64.14%56.86%-
XYZ12.8821.5210.5-
YUV109.44109.6987.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.98%
GREEN value IS 145 (57.03% from 255) = 52.92%
BLUE value IS 77 (30.47% from 255) = 28.10%
R=18.98%
G=52.92%
B=28.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52145770.6400.470.43136.1347.2138.63
Hex34914D4002F2B882f27
Octal64221115100057532105747
Binary1101001001000110011011000000010111110101110001000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,145,77); }

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

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

 a { background-color: rgb(52,145,77); }

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

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

 span { border-color: rgb(52,145,77); }

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