#38797F

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

Shades of Ming #38797F

Tints of Ming #38797F

Color information

#38797F (or 0x38797F) is unknown color: approx Ming. HEX triplet: 38, 79 and 7F. RGB value is (56,121,127). Sum of RGB (Red+Green+Blue) = 56+121+127=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: blue. Hex color #38797F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38797F is #C78680. Grayscale: #666666. Windows color (decimal): -13076097 or 8354104. OLE color: 8354104.

HSL color Cylindrical-coordinate representation of color #38797F: hue angle of 185.07º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38797F is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB56121127-
CMYK0.560.0500.50
HSL185.07º38.8%35.88%-
HSV(B)185.07º55.91%49.8%-
XYZ12.316.0522.53-
YUV102.25141.9795.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.42%
GREEN value IS 121 (47.66% from 255) = 39.80%
BLUE value IS 127 (50% from 255) = 41.78%
R=18.42%
G=39.80%
B=41.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561211270.560.0500.50185.0738.835.88
Hex38797F385032b92724
Octal701711777050622714744
Binary11100011110011111111111000101011001010111001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,121,127); }

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

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

 a { background-color: rgb(56,121,127); }

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

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

 span { border-color: rgb(56,121,127); }

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