Html Css Color HEX #47845A Como

📋 copy color: '#47845A'

red 71 ◦ green 132 ◦ blue 90

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

Shades of Como #47845A

Tints of Como #47845A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.05%

 BLUE value IS 90 (35.55% from 255) = 30.72%

R = 24.23%
G = 45.05%
B = 30.72%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#47845A (or 0x47845A) is known color: Como. HEX triplet: 47, 84 and 5A. RGB value is (71,132,90). Sum of RGB (Red+Green+Blue) = 71+132+90=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 132 - color contains mainly: green. Hex color #47845A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47845A is #B87BA5. Grayscale: #6D6D6D. Windows color (decimal): -12090278 or 5932103. OLE color: 5932103.

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

Color convert

RGB 71 132 90 -
CMYK 0.46 0 0.32 0.48
HSL 138.69º 0.3% 0.4% -
HSV(B) 138.69º 0.46% 0.52% -
XYZ 12.7 18.58 12.59 -
YUV 108.97 117.29 100.92 -
System Red Green Blue C M Y K H S L
Decimal 71 132 90 0.46 0 0.32 0.48 138.69 0.3 0.4
Hex 47 84 5A 2E 0 20 30 8B 1E 28
Octal 107 204 132 56 0 40 60 213 36 50
Binary 1000111 10000100 1011010 101110 0 100000 110000 10001011 11110 101000

Color Harmonies of #47845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47845A

Black with #47845A

Text Example


Text Example

White with #47845A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47845A; }

 p { color: rgb(71,132,90); }

 H1.HeaderClassName
 {
   color: #47845A;
 }
 .AnyTagClassName
 {
   color: #47845A;
 }
</style>

background-color css

<style>
 a { background-color: #47845A; }

 a { background-color: rgb(71,132,90); }

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

border-color css

<style>
 span { border-color: #47845A; }

 span { border-color: rgb(71,132,90); }

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