#38875f

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

Shades of Sea Green #38875F

Tints of Sea Green #38875F

Color information

#38875F (or 0x38875F) is unknown color: approx Sea Green. HEX triplet: 38, 87 and 5F. RGB value is (56,135,95). Sum of RGB (Red+Green+Blue) = 56+135+95=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 135 - color contains mainly: green. Hex color #38875F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38875F is #C778A0. Grayscale: #6A6A6A. Windows color (decimal): -13072545 or 6260536. OLE color: 6260536.

HSL color Cylindrical-coordinate representation of color #38875F: hue angle of 149.62º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38875F is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB5613595-
CMYK0.5900.300.47
HSL149.62º41.36%37.45%-
HSV(B)149.62º58.52%52.94%-
XYZ12.3618.9913.84-
YUV106.82121.3391.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.58%
GREEN value IS 135 (53.12% from 255) = 47.20%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=19.58%
G=47.20%
B=33.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56135950.5900.300.47149.6241.3637.45
Hex38875F3B01E2F962925
Octal7020713773036572265145
Binary11100010000111101111111101101111010111110010110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38875f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38875f; }

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

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

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

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

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

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

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

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