#38875D

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

Shades of Sea Green #38875D

Tints of Sea Green #38875D

Color information

#38875D (or 0x38875D) is unknown color: approx Sea Green. HEX triplet: 38, 87 and 5D. RGB value is (56,135,93). Sum of RGB (Red+Green+Blue) = 56+135+93=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #38875D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38875D is #C778A2. Grayscale: #6A6A6A. Windows color (decimal): -13072547 or 6129464. OLE color: 6129464.

HSL color Cylindrical-coordinate representation of color #38875D: hue angle of 148.1º 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 #38875D is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB5613593-
CMYK0.5900.310.47
HSL148.1º41.36%37.45%-
HSV(B)148.1º58.52%52.94%-
XYZ12.2718.9613.37-
YUV106.59120.3391.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.72%
GREEN value IS 135 (53.12% from 255) = 47.54%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=19.72%
G=47.54%
B=32.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56135930.5900.310.47148.141.3637.45
Hex38875D3B01F2F942925
Octal7020713573037572245145
Binary11100010000111101110111101101111110111110010100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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