#379050

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

Shades of Sea Green #379050

Tints of Sea Green #379050

Color information

#379050 (or 0x379050) is unknown color: approx Sea Green. HEX triplet: 37, 90 and 50. RGB value is (55,144,80). Sum of RGB (Red+Green+Blue) = 55+144+80=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 144 (56.64% from 255 or 51.61% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 144 - color contains mainly: green. Hex color #379050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379050 is #C86FAF. Grayscale: #6E6E6E. Windows color (decimal): -13135792 or 5279799. OLE color: 5279799.

HSL color Cylindrical-coordinate representation of color #379050: hue angle of 136.85º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379050 is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB5514480-
CMYK0.6200.440.44
HSL136.85º44.72%39.02%-
HSV(B)136.85º61.81%56.47%-
XYZ1321.3411.02-
YUV110.09111.0188.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.71%
GREEN value IS 144 (56.64% from 255) = 51.61%
BLUE value IS 80 (31.64% from 255) = 28.67%
R=19.71%
G=51.61%
B=28.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55144800.6200.440.44136.8544.7239.02
Hex3790503E02C2C892d27
Octal6722012076054542115547
Binary110111100100001010000111110010110010110010001001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379050; }

 p { color: rgb(55,144,80); }

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

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

 a { background-color: rgb(55,144,80); }

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

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

 span { border-color: rgb(55,144,80); }

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