Html Css Color HEX #47725B Como

📋 copy color: '#47725B'

red 71 ◦ green 114 ◦ blue 91

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

Shades of Como #47725B

Tints of Como #47725B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.3%

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

R = 25.72%
G = 41.3%
B = 32.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#47725B (or 0x47725B) is known color: Como. HEX triplet: 47, 72 and 5B. RGB value is (71,114,91). Sum of RGB (Red+Green+Blue) = 71+114+91=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 114 - color contains mainly: green. Hex color #47725B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47725B is #B88DA4. Grayscale: #626262. Windows color (decimal): -12094885 or 5993031. OLE color: 5993031.

HSL color Cylindrical-coordinate representation of color #47725B: hue angle of 147.91º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #47725B is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 114 91 -
CMYK 0.38 0 0.20 0.55
HSL 147.91º 0.23% 0.36% -
HSV(B) 147.91º 0.38% 0.45% -
XYZ 10.5 14.13 12.07 -
YUV 98.52 123.75 108.37 -
System Red Green Blue C M Y K H S L
Decimal 71 114 91 0.38 0 0.20 0.55 147.91 0.23 0.36
Hex 47 72 5B 26 0 14 37 94 17 24
Octal 107 162 133 46 0 24 67 224 27 44
Binary 1000111 1110010 1011011 100110 0 10100 110111 10010100 10111 100100

Color Harmonies of #47725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47725B

Black with #47725B

Text Example


Text Example

White with #47725B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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