#38895c

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

Shades of Sea Green #38895C

Tints of Sea Green #38895C

Color information

#38895C (or 0x38895C) is unknown color: approx Sea Green. HEX triplet: 38, 89 and 5C. RGB value is (56,137,92). Sum of RGB (Red+Green+Blue) = 56+137+92=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 137 (53.91% from 255 or 48.07% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 137 - color contains mainly: green. Hex color #38895C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38895C is #C776A3. Grayscale: #6B6B6B. Windows color (decimal): -13072036 or 6064440. OLE color: 6064440.

HSL color Cylindrical-coordinate representation of color #38895C: hue angle of 146.67º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38895C is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB5613792-
CMYK0.5900.330.46
HSL146.67º41.97%37.84%-
HSV(B)146.67º59.12%53.73%-
XYZ12.5119.513.23-
YUV107.65119.1691.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.65%
GREEN value IS 137 (53.91% from 255) = 48.07%
BLUE value IS 92 (36.33% from 255) = 32.28%
R=19.65%
G=48.07%
B=32.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56137920.5900.330.46146.6741.9737.84
Hex38895C3B0212E932a26
Octal7021113473041562235246
Binary111000100010011011100111011010000110111010010011101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38895c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38895c; }

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

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

<style>
 a { background-color: #38895c; }

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

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

<style>
 span { border-color: #38895c; }

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

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