Html Css Color HEX #47785E Como

📋 copy color: '#47785E'

red 71 ◦ green 120 ◦ blue 94

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

Shades of Como #47785E

Tints of Como #47785E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.11%

 BLUE value IS 94 (37.11% from 255) = 32.98%

R = 24.91%
G = 42.11%
B = 32.98%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#47785E (or 0x47785E) is known color: Como. HEX triplet: 47, 78 and 5E. RGB value is (71,120,94). Sum of RGB (Red+Green+Blue) = 71+120+94=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #47785E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47785E is #B887A1. Grayscale: #666666. Windows color (decimal): -12093346 or 6191175. OLE color: 6191175.

HSL color Cylindrical-coordinate representation of color #47785E: hue angle of 148.16º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #47785E is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 120 94 -
CMYK 0.41 0 0.22 0.53
HSL 148.16º 0.26% 0.37% -
HSV(B) 148.16º 0.41% 0.47% -
XYZ 11.34 15.58 13 -
YUV 102.39 123.27 105.61 -
System Red Green Blue C M Y K H S L
Decimal 71 120 94 0.41 0 0.22 0.53 148.16 0.26 0.37
Hex 47 78 5E 29 0 16 35 94 1A 25
Octal 107 170 136 51 0 26 65 224 32 45
Binary 1000111 1111000 1011110 101001 0 10110 110101 10010100 11010 100101

Color Harmonies of #47785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47785E

Black with #47785E

Text Example


Text Example

White with #47785E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47785E; }

 p { color: rgb(71,120,94); }

 H1.HeaderClassName
 {
   color: #47785E;
 }
 .AnyTagClassName
 {
   color: #47785E;
 }
</style>

background-color css

<style>
 a { background-color: #47785E; }

 a { background-color: rgb(71,120,94); }

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

border-color css

<style>
 span { border-color: #47785E; }

 span { border-color: rgb(71,120,94); }

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