Html Css Color HEX #3B6F6E Ming

📋 copy color: '#3B6F6E'

red 59 ◦ green 111 ◦ blue 110

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

Shades of Ming #3B6F6E

Tints of Ming #3B6F6E

RGB

 RED value IS 59 (23.44% from 255) = 21.07%

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

 BLUE value IS 110 (43.36% from 255) = 39.29%

R = 21.07%
G = 39.64%
B = 39.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#3B6F6E (or 0x3B6F6E) is known color: Ming. HEX triplet: 3B, 6F and 6E. RGB value is (59,111,110). Sum of RGB (Red+Green+Blue) = 59+111+110=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 111 - color contains mainly: green. Hex color #3B6F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6F6E is #C49091. Grayscale: #5F5F5F. Windows color (decimal): -12882066 or 7237435. OLE color: 7237435.

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

Color convert

RGB 59 111 110 -
CMYK 0.47 0 0.01 0.56
HSL 178.85º 0.31% 0.33% -
HSV(B) 178.85º 0.47% 0.44% -
XYZ 10.3 13.42 16.8 -
YUV 95.34 136.27 102.08 -
System Red Green Blue C M Y K H S L
Decimal 59 111 110 0.47 0 0.01 0.56 178.85 0.31 0.33
Hex 3B 6F 6E 2F 0 1 38 B3 1F 21
Octal 73 157 156 57 0 1 70 263 37 41
Binary 111011 1101111 1101110 101111 0 1 111000 10110011 11111 100001

Color Harmonies of #3B6F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6F6E

Black with #3B6F6E

Text Example


Text Example

White with #3B6F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,111,110); }

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

background-color css

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

 a { background-color: rgb(59,111,110); }

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

border-color css

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

 span { border-color: rgb(59,111,110); }

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