#38885F

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

Shades of Sea Green #38885F

Tints of Sea Green #38885F

Color information

#38885F (or 0x38885F) is unknown color: approx Sea Green. HEX triplet: 38, 88 and 5F. RGB value is (56,136,95). Sum of RGB (Red+Green+Blue) = 56+136+95=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #38885F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38885F is #C777A0. Grayscale: #6B6B6B. Windows color (decimal): -13072289 or 6260792. OLE color: 6260792.

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

Color convert

RGB5613695-
CMYK0.5900.300.47
HSL149.25º41.67%37.65%-
HSV(B)149.25º58.82%53.33%-
XYZ12.519.2813.89-
YUV107.4112191.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.51%
GREEN value IS 136 (53.52% from 255) = 47.39%
BLUE value IS 95 (37.5% from 255) = 33.10%
R=19.51%
G=47.39%
B=33.10%

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
Decimal56136950.5900.300.47149.2541.6737.65
Hex38885F3B01E2F952a26
Octal7021013773036572255246
Binary11100010001000101111111101101111010111110010101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38885F; }

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

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

<style>
 a { background-color: #38885F; }

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

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

<style>
 span { border-color: #38885F; }

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

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