#379255

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

Shades of Sea Green #379255

Tints of Sea Green #379255

Color information

#379255 (or 0x379255) is unknown color: approx Sea Green. HEX triplet: 37, 92 and 55. RGB value is (55,146,85). Sum of RGB (Red+Green+Blue) = 55+146+85=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #379255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379255 is #C86DAA. Grayscale: #6F6F6F. Windows color (decimal): -13135275 or 5607991. OLE color: 5607991.

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

Color convert

RGB5514685-
CMYK0.6200.420.43
HSL139.78º45.27%39.41%-
HSV(B)139.78º62.33%57.25%-
XYZ13.4922.0312.13-
YUV111.84112.8587.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.23%
GREEN value IS 146 (57.42% from 255) = 51.05%
BLUE value IS 85 (33.59% from 255) = 29.72%
R=19.23%
G=51.05%
B=29.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55146850.6200.420.43139.7845.2739.41
Hex3792553E02A2B8c2d27
Octal6722212576052532145547
Binary110111100100101010101111110010101010101110001100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379255; }

 p { color: rgb(55,146,85); }

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

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

 a { background-color: rgb(55,146,85); }

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

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

 span { border-color: rgb(55,146,85); }

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