Html Css Color HEX #38706E Ming

📋 copy color: '#38706E'

red 56 ◦ green 112 ◦ blue 110

#38706E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #38706E

Tints of Ming #38706E

RGB

 RED value IS 56 (22.27% from 255) = 20.14%

 GREEN value IS 112 (44.14% from 255) = 40.29%

 BLUE value IS 110 (43.36% from 255) = 39.57%

R = 20.14%
G = 40.29%
B = 39.57%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#38706E (or 0x38706E) is known color: Ming. HEX triplet: 38, 70 and 6E. RGB value is (56,112,110). Sum of RGB (Red+Green+Blue) = 56+112+110=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 112 - color contains mainly: green. Hex color #38706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38706E is #C78F91. Grayscale: #5E5E5E. Windows color (decimal): -13078418 or 7237688. OLE color: 7237688.

HSL color Cylindrical-coordinate representation of color #38706E: hue angle of 177.86º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38706E is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 110 -
CMYK 0.50 0 0.02 0.56
HSL 177.86º 0.33% 0.33% -
HSV(B) 177.86º 0.5% 0.44% -
XYZ 10.24 13.55 16.83 -
YUV 95.03 136.45 100.16 -
System Red Green Blue C M Y K H S L
Decimal 56 112 110 0.50 0 0.02 0.56 177.86 0.33 0.33
Hex 38 70 6E 32 0 2 38 B2 21 21
Octal 70 160 156 62 0 2 70 262 41 41
Binary 111000 1110000 1101110 110010 0 10 111000 10110010 100001 100001

Color Harmonies of #38706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38706E

Black with #38706E

Text Example


Text Example

White with #38706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,112,110); }

 H1.HeaderClassName
 {
   color: #38706E;
 }
 .AnyTagClassName
 {
   color: #38706E;
 }
</style>

background-color css

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

 a { background-color: rgb(56,112,110); }

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

border-color css

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

 span { border-color: rgb(56,112,110); }

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