Html Css Color HEX #3C706C Ming

📋 copy color: '#3C706C'

red 60 ◦ green 112 ◦ blue 108

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

Shades of Ming #3C706C

Tints of Ming #3C706C

RGB

 RED value IS 60 (23.83% from 255) = 21.43%

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

 BLUE value IS 108 (42.58% from 255) = 38.57%

R = 21.43%
G = 40%
B = 38.57%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#3C706C (or 0x3C706C) is known color: Ming. HEX triplet: 3C, 70 and 6C. RGB value is (60,112,108). Sum of RGB (Red+Green+Blue) = 60+112+108=280 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.43% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #3C706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C706C is #C38F93. Grayscale: #5F5F5F. Windows color (decimal): -12816276 or 7106620. OLE color: 7106620.

HSL color Cylindrical-coordinate representation of color #3C706C: hue angle of 175.38º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C706C is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 112 108 -
CMYK 0.46 0 0.04 0.56
HSL 175.38º 0.3% 0.34% -
HSV(B) 175.38º 0.46% 0.44% -
XYZ 10.36 13.63 16.27 -
YUV 96 134.77 102.33 -
System Red Green Blue C M Y K H S L
Decimal 60 112 108 0.46 0 0.04 0.56 175.38 0.3 0.34
Hex 3C 70 6C 2E 0 4 38 AF 1E 22
Octal 74 160 154 56 0 4 70 257 36 42
Binary 111100 1110000 1101100 101110 0 100 111000 10101111 11110 100010

Color Harmonies of #3C706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C706C

Black with #3C706C

Text Example


Text Example

White with #3C706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C706C; }

 p { color: rgb(60,112,108); }

 H1.HeaderClassName
 {
   color: #3C706C;
 }
 .AnyTagClassName
 {
   color: #3C706C;
 }
</style>

background-color css

<style>
 a { background-color: #3C706C; }

 a { background-color: rgb(60,112,108); }

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

border-color css

<style>
 span { border-color: #3C706C; }

 span { border-color: rgb(60,112,108); }

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