Html Css Color HEX #47855A Como

📋 copy color: '#47855A'

red 71 ◦ green 133 ◦ blue 90

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

Shades of Como #47855A

Tints of Como #47855A

RGB

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

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

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

R = 24.15%
G = 45.24%
B = 30.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#47855A (or 0x47855A) is known color: Como. HEX triplet: 47, 85 and 5A. RGB value is (71,133,90). Sum of RGB (Red+Green+Blue) = 71+133+90=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #47855A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47855A is #B87AA5. Grayscale: #6D6D6D. Windows color (decimal): -12090022 or 5932359. OLE color: 5932359.

HSL color Cylindrical-coordinate representation of color #47855A: hue angle of 138.39º 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 #47855A is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 133 90 -
CMYK 0.47 0 0.32 0.48
HSL 138.39º 0.3% 0.4% -
HSV(B) 138.39º 0.47% 0.52% -
XYZ 12.83 18.85 12.64 -
YUV 109.56 116.96 100.5 -
System Red Green Blue C M Y K H S L
Decimal 71 133 90 0.47 0 0.32 0.48 138.39 0.3 0.4
Hex 47 85 5A 2F 0 20 30 8A 1E 28
Octal 107 205 132 57 0 40 60 212 36 50
Binary 1000111 10000101 1011010 101111 0 100000 110000 10001010 11110 101000

Color Harmonies of #47855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47855A

Black with #47855A

Text Example


Text Example

White with #47855A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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