Html Css Color HEX #38716F Ming

📋 copy color: '#38716F'

red 56 ◦ green 113 ◦ blue 111

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

Shades of Ming #38716F

Tints of Ming #38716F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.36%

 BLUE value IS 111 (43.75% from 255) = 39.64%

R = 20%
G = 40.36%
B = 39.64%

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

#38716F (or 0x38716F) is known color: Ming. HEX triplet: 38, 71 and 6F. RGB value is (56,113,111). Sum of RGB (Red+Green+Blue) = 56+113+111=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #38716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38716F is #C78E90. Grayscale: #5F5F5F. Windows color (decimal): -13078161 or 7303480. OLE color: 7303480.

HSL color Cylindrical-coordinate representation of color #38716F: hue angle of 177.89º degrees, saturation: 0.34, 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 #38716F is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 113 111 -
CMYK 0.50 0 0.02 0.56
HSL 177.89º 0.34% 0.33% -
HSV(B) 177.89º 0.5% 0.44% -
XYZ 10.41 13.8 17.15 -
YUV 95.73 136.62 99.66 -
System Red Green Blue C M Y K H S L
Decimal 56 113 111 0.50 0 0.02 0.56 177.89 0.34 0.33
Hex 38 71 6F 32 0 2 38 B2 22 21
Octal 70 161 157 62 0 2 70 262 42 41
Binary 111000 1110001 1101111 110010 0 10 111000 10110010 100010 100001

Color Harmonies of #38716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38716F

Black with #38716F

Text Example


Text Example

White with #38716F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,113,111); }

 H1.HeaderClassName
 {
   color: #38716F;
 }
 .AnyTagClassName
 {
   color: #38716F;
 }
</style>

background-color css

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

 a { background-color: rgb(56,113,111); }

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

border-color css

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

 span { border-color: rgb(56,113,111); }

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