Html Css Color HEX #47865A Como

📋 copy color: '#47865A'

red 71 ◦ green 134 ◦ blue 90

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

Shades of Como #47865A

Tints of Como #47865A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.42%

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

R = 24.07%
G = 45.42%
B = 30.51%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#47865A (or 0x47865A) is known color: Como. HEX triplet: 47, 86 and 5A. RGB value is (71,134,90). Sum of RGB (Red+Green+Blue) = 71+134+90=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #47865A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47865A is #B879A5. Grayscale: #6E6E6E. Windows color (decimal): -12089766 or 5932615. OLE color: 5932615.

HSL color Cylindrical-coordinate representation of color #47865A: hue angle of 138.1º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #47865A is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 134 90 -
CMYK 0.47 0 0.33 0.47
HSL 138.1º 0.31% 0.4% -
HSV(B) 138.1º 0.47% 0.53% -
XYZ 12.97 19.13 12.68 -
YUV 110.15 116.63 100.08 -
System Red Green Blue C M Y K H S L
Decimal 71 134 90 0.47 0 0.33 0.47 138.1 0.31 0.4
Hex 47 86 5A 2F 0 21 2F 8A 1F 28
Octal 107 206 132 57 0 41 57 212 37 50
Binary 1000111 10000110 1011010 101111 0 100001 101111 10001010 11111 101000

Color Harmonies of #47865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47865A

Black with #47865A

Text Example


Text Example

White with #47865A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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