#34914B

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

Shades of Sea Green #34914B

Tints of Sea Green #34914B

Color information

#34914B (or 0x34914B) is unknown color: approx Sea Green. HEX triplet: 34, 91 and 4B. RGB value is (52,145,75). Sum of RGB (Red+Green+Blue) = 52+145+75=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 145 (57.03% from 255 or 53.31% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 145 - color contains mainly: green. Hex color #34914B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34914B is #CB6EB4. Grayscale: #6D6D6D. Windows color (decimal): -13332149 or 4952372. OLE color: 4952372.

HSL color Cylindrical-coordinate representation of color #34914B: hue angle of 134.84º 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 #34914B is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB5214575-
CMYK0.6400.480.43
HSL134.84º47.21%38.63%-
HSV(B)134.84º64.14%56.86%-
XYZ12.8121.4910.13-
YUV109.21108.6987.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.12%
GREEN value IS 145 (57.03% from 255) = 53.31%
BLUE value IS 75 (29.69% from 255) = 27.57%
R=19.12%
G=53.31%
B=27.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52145750.6400.480.43134.8447.2138.63
Hex34914B400302B872f27
Octal64221113100060532075747
Binary1101001001000110010111000000011000010101110000111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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