Html Css Color HEX #38726F Ming

📋 copy color: '#38726F'

red 56 ◦ green 114 ◦ blue 111

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

Shades of Ming #38726F

Tints of Ming #38726F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.57%

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

R = 19.93%
G = 40.57%
B = 39.5%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#38726F (or 0x38726F) is known color: Ming. HEX triplet: 38, 72 and 6F. RGB value is (56,114,111). Sum of RGB (Red+Green+Blue) = 56+114+111=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #38726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38726F is #C78D90. Grayscale: #606060. Windows color (decimal): -13077905 or 7303736. OLE color: 7303736.

HSL color Cylindrical-coordinate representation of color #38726F: hue angle of 176.9º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38726F is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 114 111 -
CMYK 0.51 0 0.03 0.55
HSL 176.9º 0.34% 0.33% -
HSV(B) 176.9º 0.51% 0.45% -
XYZ 10.52 14.02 17.19 -
YUV 96.32 136.28 99.24 -
System Red Green Blue C M Y K H S L
Decimal 56 114 111 0.51 0 0.03 0.55 176.9 0.34 0.33
Hex 38 72 6F 33 0 3 37 B1 22 21
Octal 70 162 157 63 0 3 67 261 42 41
Binary 111000 1110010 1101111 110011 0 11 110111 10110001 100010 100001

Color Harmonies of #38726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38726F

Black with #38726F

Text Example


Text Example

White with #38726F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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