#38875E

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

Shades of Sea Green #38875E

Tints of Sea Green #38875E

Color information

#38875E (or 0x38875E) is unknown color: approx Sea Green. HEX triplet: 38, 87 and 5E. RGB value is (56,135,94). Sum of RGB (Red+Green+Blue) = 56+135+94=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #38875E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38875E is #C778A1. Grayscale: #6A6A6A. Windows color (decimal): -13072546 or 6195000. OLE color: 6195000.

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

Color convert

RGB5613594-
CMYK0.5900.300.47
HSL148.86º41.36%37.45%-
HSV(B)148.86º58.52%52.94%-
XYZ12.3218.9813.6-
YUV106.7120.8391.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.65%
GREEN value IS 135 (53.12% from 255) = 47.37%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=19.65%
G=47.37%
B=32.98%

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
Decimal56135940.5900.300.47148.8641.3637.45
Hex38875E3B01E2F952925
Octal7020713673036572255145
Binary11100010000111101111011101101111010111110010101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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