Html Css Color HEX #3A6D6C Ming

📋 copy color: '#3A6D6C'

red 58 ◦ green 109 ◦ blue 108

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

Shades of Ming #3A6D6C

Tints of Ming #3A6D6C

RGB

 RED value IS 58 (23.05% from 255) = 21.09%

 GREEN value IS 109 (42.97% from 255) = 39.64%

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

R = 21.09%
G = 39.64%
B = 39.27%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#3A6D6C (or 0x3A6D6C) is known color: Ming. HEX triplet: 3A, 6D and 6C. RGB value is (58,109,108). Sum of RGB (Red+Green+Blue) = 58+109+108=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 109 - color contains mainly: green. Hex color #3A6D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6D6C is #C59293. Grayscale: #5D5D5D. Windows color (decimal): -12948116 or 7105850. OLE color: 7105850.

HSL color Cylindrical-coordinate representation of color #3A6D6C: hue angle of 178.82º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A6D6C is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB 58 109 108 -
CMYK 0.47 0 0.01 0.57
HSL 178.82º 0.31% 0.33% -
HSV(B) 178.82º 0.47% 0.43% -
XYZ 9.92 12.92 16.16 -
YUV 93.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 58 109 108 0.47 0 0.01 0.57 178.82 0.31 0.33
Hex 3A 6D 6C 2F 0 1 39 B3 1F 21
Octal 72 155 154 57 0 1 71 263 37 41
Binary 111010 1101101 1101100 101111 0 1 111001 10110011 11111 100001

Color Harmonies of #3A6D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6D6C

Black with #3A6D6C

Text Example


Text Example

White with #3A6D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,109,108); }

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

background-color css

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

 a { background-color: rgb(58,109,108); }

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

border-color css

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

 span { border-color: rgb(58,109,108); }

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