#38B361

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

Shades of Medium Sea Green #38B361

Tints of Medium Sea Green #38B361

Color information

#38B361 (or 0x38B361) is unknown color: approx Medium Sea Green. HEX triplet: 38, B3 and 61. RGB value is (56,179,97). Sum of RGB (Red+Green+Blue) = 56+179+97=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 179 (70.31% from 255 or 53.92% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 179 - color contains mainly: green. Hex color #38B361 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38B361 is #C74C9E. Grayscale: #858585. Windows color (decimal): -13061279 or 6402872. OLE color: 6402872.

HSL color Cylindrical-coordinate representation of color #38B361: hue angle of 140º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B361 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB5617997-
CMYK0.6900.460.30
HSL140º52.34%46.08%-
HSV(B)140º68.72%70.2%-
XYZ19.9133.9416.81-
YUV132.88107.7573.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.87%
GREEN value IS 179 (70.31% from 255) = 53.92%
BLUE value IS 97 (38.28% from 255) = 29.22%
R=16.87%
G=53.92%
B=29.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal56179970.6900.460.3014052.3446.08
Hex38B3614502E1E8c342e
Octal70263141105056362146456
Binary111000101100111100001100010101011101111010001100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38B361; }

 p { color: rgb(56,179,97); }

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

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

 a { background-color: rgb(56,179,97); }

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

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

 span { border-color: rgb(56,179,97); }

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