Html Css Color HEX #47745B Como

📋 copy color: '#47745B'

red 71 ◦ green 116 ◦ blue 91

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

Shades of Como #47745B

Tints of Como #47745B

RGB

 RED value IS 71 (28.13% from 255) = 25.54%

 GREEN value IS 116 (45.7% from 255) = 41.73%

 BLUE value IS 91 (35.94% from 255) = 32.73%

R = 25.54%
G = 41.73%
B = 32.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#47745B (or 0x47745B) is known color: Como. HEX triplet: 47, 74 and 5B. RGB value is (71,116,91). Sum of RGB (Red+Green+Blue) = 71+116+91=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 116 - color contains mainly: green. Hex color #47745B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47745B is #B88BA4. Grayscale: #636363. Windows color (decimal): -12094373 or 5993543. OLE color: 5993543.

HSL color Cylindrical-coordinate representation of color #47745B: hue angle of 146.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47745B is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 116 91 -
CMYK 0.39 0 0.22 0.55
HSL 146.67º 0.24% 0.37% -
HSV(B) 146.67º 0.39% 0.45% -
XYZ 10.73 14.59 12.15 -
YUV 99.7 123.09 107.53 -
System Red Green Blue C M Y K H S L
Decimal 71 116 91 0.39 0 0.22 0.55 146.67 0.24 0.37
Hex 47 74 5B 27 0 16 37 93 18 25
Octal 107 164 133 47 0 26 67 223 30 45
Binary 1000111 1110100 1011011 100111 0 10110 110111 10010011 11000 100101

Color Harmonies of #47745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47745B

Black with #47745B

Text Example


Text Example

White with #47745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47745B; }

 p { color: rgb(71,116,91); }

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

background-color css

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

 a { background-color: rgb(71,116,91); }

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

border-color css

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

 span { border-color: rgb(71,116,91); }

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