Html Css Color HEX #386969 Ming

📋 copy color: '#386969'

red 56 ◦ green 105 ◦ blue 105

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

Shades of Ming #386969

Tints of Ming #386969

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.47%

 BLUE value IS 105 (41.41% from 255) = 39.47%

R = 21.05%
G = 39.47%
B = 39.47%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#386969 (or 0x386969) is known color: Ming. HEX triplet: 38, 69 and 69. RGB value is (56,105,105). Sum of RGB (Red+Green+Blue) = 56+105+105=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 105 - color contains mainly: green, blue. Hex color #386969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386969 is #C79696. Grayscale: #5A5A5A. Windows color (decimal): -13080215 or 6908216. OLE color: 6908216.

HSL color Cylindrical-coordinate representation of color #386969: hue angle of 180º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386969 is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 105 105 -
CMYK 0.47 0 0 0.59
HSL 180º 0.3% 0.32% -
HSV(B) 180º 0.47% 0.41% -
XYZ 9.23 11.96 15.19 -
YUV 90.35 136.27 103.5 -
System Red Green Blue C M Y K H S L
Decimal 56 105 105 0.47 0 0 0.59 180 0.3 0.32
Hex 38 69 69 2F 0 0 3B B4 1E 20
Octal 70 151 151 57 0 0 73 264 36 40
Binary 111000 1101001 1101001 101111 0 0 111011 10110100 11110 100000

Color Harmonies of #386969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386969

Black with #386969

Text Example


Text Example

White with #386969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386969; }

 p { color: rgb(56,105,105); }

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

background-color css

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

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

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

border-color css

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

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

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