Html Css Color HEX #47765B Como

📋 copy color: '#47765B'

red 71 ◦ green 118 ◦ blue 91

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

Shades of Como #47765B

Tints of Como #47765B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.14%

 BLUE value IS 91 (35.94% from 255) = 32.5%

R = 25.36%
G = 42.14%
B = 32.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#47765B (or 0x47765B) is known color: Como. HEX triplet: 47, 76 and 5B. RGB value is (71,118,91). Sum of RGB (Red+Green+Blue) = 71+118+91=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #47765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47765B is #B889A4. Grayscale: #646464. Windows color (decimal): -12093861 or 5994055. OLE color: 5994055.

HSL color Cylindrical-coordinate representation of color #47765B: hue angle of 145.53º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #47765B is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 118 91 -
CMYK 0.40 0 0.23 0.54
HSL 145.53º 0.25% 0.37% -
HSV(B) 145.53º 0.4% 0.46% -
XYZ 10.97 15.05 12.22 -
YUV 100.87 122.43 106.7 -
System Red Green Blue C M Y K H S L
Decimal 71 118 91 0.40 0 0.23 0.54 145.53 0.25 0.37
Hex 47 76 5B 28 0 17 36 92 19 25
Octal 107 166 133 50 0 27 66 222 31 45
Binary 1000111 1110110 1011011 101000 0 10111 110110 10010010 11001 100101

Color Harmonies of #47765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47765B

Black with #47765B

Text Example


Text Example

White with #47765B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47765B; }

 p { color: rgb(71,118,91); }

 H1.HeaderClassName
 {
   color: #47765B;
 }
 .AnyTagClassName
 {
   color: #47765B;
 }
</style>

background-color css

<style>
 a { background-color: #47765B; }

 a { background-color: rgb(71,118,91); }

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

border-color css

<style>
 span { border-color: #47765B; }

 span { border-color: rgb(71,118,91); }

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