Html Css Color HEX #47855C Como

📋 copy color: '#47855C'

red 71 ◦ green 133 ◦ blue 92

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

Shades of Como #47855C

Tints of Como #47855C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.93%

 BLUE value IS 92 (36.33% from 255) = 31.08%

R = 23.99%
G = 44.93%
B = 31.08%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#47855C (or 0x47855C) is known color: Como. HEX triplet: 47, 85 and 5C. RGB value is (71,133,92). Sum of RGB (Red+Green+Blue) = 71+133+92=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #47855C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47855C is #B87AA3. Grayscale: #6D6D6D. Windows color (decimal): -12090020 or 6063431. OLE color: 6063431.

HSL color Cylindrical-coordinate representation of color #47855C: hue angle of 140.32º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #47855C is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 133 92 -
CMYK 0.47 0 0.31 0.48
HSL 140.32º 0.3% 0.4% -
HSV(B) 140.32º 0.47% 0.52% -
XYZ 12.92 18.89 13.09 -
YUV 109.79 117.96 100.33 -
System Red Green Blue C M Y K H S L
Decimal 71 133 92 0.47 0 0.31 0.48 140.32 0.3 0.4
Hex 47 85 5C 2F 0 1F 30 8C 1E 28
Octal 107 205 134 57 0 37 60 214 36 50
Binary 1000111 10000101 1011100 101111 0 11111 110000 10001100 11110 101000

Color Harmonies of #47855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47855C

Black with #47855C

Text Example


Text Example

White with #47855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47855C; }

 p { color: rgb(71,133,92); }

 H1.HeaderClassName
 {
   color: #47855C;
 }
 .AnyTagClassName
 {
   color: #47855C;
 }
</style>

background-color css

<style>
 a { background-color: #47855C; }

 a { background-color: rgb(71,133,92); }

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

border-color css

<style>
 span { border-color: #47855C; }

 span { border-color: rgb(71,133,92); }

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