Html Css Color HEX #47775B Como

📋 copy color: '#47775B'

red 71 ◦ green 119 ◦ blue 91

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

Shades of Como #47775B

Tints of Como #47775B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.35%

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

R = 25.27%
G = 42.35%
B = 32.38%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#47775B (or 0x47775B) is known color: Como. HEX triplet: 47, 77 and 5B. RGB value is (71,119,91). Sum of RGB (Red+Green+Blue) = 71+119+91=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #47775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47775B is #B888A4. Grayscale: #656565. Windows color (decimal): -12093605 or 5994311. OLE color: 5994311.

HSL color Cylindrical-coordinate representation of color #47775B: hue angle of 145º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #47775B is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 119 91 -
CMYK 0.40 0 0.24 0.53
HSL 145º 0.25% 0.37% -
HSV(B) 145º 0.4% 0.47% -
XYZ 11.08 15.29 12.26 -
YUV 101.46 122.1 106.28 -
System Red Green Blue C M Y K H S L
Decimal 71 119 91 0.40 0 0.24 0.53 145 0.25 0.37
Hex 47 77 5B 28 0 18 35 91 19 25
Octal 107 167 133 50 0 30 65 221 31 45
Binary 1000111 1110111 1011011 101000 0 11000 110101 10010001 11001 100101

Color Harmonies of #47775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47775B

Black with #47775B

Text Example


Text Example

White with #47775B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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