Html Css Color HEX #3B7A74 Ming

📋 copy color: '#3B7A74'

red 59 ◦ green 122 ◦ blue 116

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

Shades of Ming #3B7A74

Tints of Ming #3B7A74

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.08%

 BLUE value IS 116 (45.7% from 255) = 39.06%

R = 19.87%
G = 41.08%
B = 39.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#3B7A74 (or 0x3B7A74) is known color: Ming. HEX triplet: 3B, 7A and 74. RGB value is (59,122,116). Sum of RGB (Red+Green+Blue) = 59+122+116=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 122 - color contains mainly: green. Hex color #3B7A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7A74 is #C4858B. Grayscale: #666666. Windows color (decimal): -12879244 or 7633467. OLE color: 7633467.

HSL color Cylindrical-coordinate representation of color #3B7A74: hue angle of 174.29º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B7A74 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 59 122 116 -
CMYK 0.52 0 0.05 0.52
HSL 174.29º 0.35% 0.35% -
HSV(B) 174.29º 0.52% 0.48% -
XYZ 11.92 16.11 19 -
YUV 102.48 135.63 96.99 -
System Red Green Blue C M Y K H S L
Decimal 59 122 116 0.52 0 0.05 0.52 174.29 0.35 0.35
Hex 3B 7A 74 34 0 5 34 AE 23 23
Octal 73 172 164 64 0 5 64 256 43 43
Binary 111011 1111010 1110100 110100 0 101 110100 10101110 100011 100011

Color Harmonies of #3B7A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7A74

Black with #3B7A74

Text Example


Text Example

White with #3B7A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,122,116); }

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

background-color css

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

 a { background-color: rgb(59,122,116); }

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

border-color css

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

 span { border-color: rgb(59,122,116); }

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