#38B35F

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

Shades of Medium Sea Green #38B35F

Tints of Medium Sea Green #38B35F

Color information

#38B35F (or 0x38B35F) is unknown color: approx Medium Sea Green. HEX triplet: 38, B3 and 5F. RGB value is (56,179,95). Sum of RGB (Red+Green+Blue) = 56+179+95=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #38B35F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38B35F is #C74CA0. Grayscale: #848484. Windows color (decimal): -13061281 or 6271800. OLE color: 6271800.

HSL color Cylindrical-coordinate representation of color #38B35F: hue angle of 139.02º 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 #38B35F is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB5617995-
CMYK0.6900.470.30
HSL139.02º52.34%46.08%-
HSV(B)139.02º68.72%70.2%-
XYZ19.8233.9116.33-
YUV132.65106.7573.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.97%
GREEN value IS 179 (70.31% from 255) = 54.24%
BLUE value IS 95 (37.5% from 255) = 28.79%
R=16.97%
G=54.24%
B=28.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal56179950.6900.470.30139.0252.3446.08
Hex38B35F4502F1E8b342e
Octal70263137105057362136456
Binary111000101100111011111100010101011111111010001011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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