#38865C

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

Shades of Sea Green #38865C

Tints of Sea Green #38865C

Color information

#38865C (or 0x38865C) is unknown color: approx Sea Green. HEX triplet: 38, 86 and 5C. RGB value is (56,134,92). Sum of RGB (Red+Green+Blue) = 56+134+92=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #38865C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38865C is #C779A3. Grayscale: #696969. Windows color (decimal): -13072804 or 6063672. OLE color: 6063672.

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

Color convert

RGB5613492-
CMYK0.5800.310.47
HSL147.69º41.05%37.25%-
HSV(B)147.69º58.21%52.55%-
XYZ12.0918.6613.09-
YUV105.89120.1692.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.86%
GREEN value IS 134 (52.73% from 255) = 47.52%
BLUE value IS 92 (36.33% from 255) = 32.62%
R=19.86%
G=47.52%
B=32.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56134920.5800.310.47147.6941.0537.25
Hex38865C3A01F2F942925
Octal7020613472037572245145
Binary11100010000110101110011101001111110111110010100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38865C; }

 p { color: rgb(56,134,92); }

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

<style>
 a { background-color: #38865C; }

 a { background-color: rgb(56,134,92); }

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

<style>
 span { border-color: #38865C; }

 span { border-color: rgb(56,134,92); }

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