Html Css Color HEX #478160 Como

📋 copy color: '#478160'

red 71 ◦ green 129 ◦ blue 96

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

Shades of Como #478160

Tints of Como #478160

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.58%

 BLUE value IS 96 (37.89% from 255) = 32.43%

R = 23.99%
G = 43.58%
B = 32.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#478160 (or 0x478160) is known color: Como. HEX triplet: 47, 81 and 60. RGB value is (71,129,96). Sum of RGB (Red+Green+Blue) = 71+129+96=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 129 - color contains mainly: green. Hex color #478160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478160 is #B87E9F. Grayscale: #6B6B6B. Windows color (decimal): -12091040 or 6324551. OLE color: 6324551.

HSL color Cylindrical-coordinate representation of color #478160: hue angle of 145.86º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #478160 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 129 96 -
CMYK 0.45 0 0.26 0.49
HSL 145.86º 0.29% 0.39% -
HSV(B) 145.86º 0.45% 0.51% -
XYZ 12.56 17.88 13.86 -
YUV 107.9 121.28 101.68 -
System Red Green Blue C M Y K H S L
Decimal 71 129 96 0.45 0 0.26 0.49 145.86 0.29 0.39
Hex 47 81 60 2D 0 1A 31 92 1D 27
Octal 107 201 140 55 0 32 61 222 35 47
Binary 1000111 10000001 1100000 101101 0 11010 110001 10010010 11101 100111

Color Harmonies of #478160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478160

Black with #478160

Text Example


Text Example

White with #478160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478160; }

 p { color: rgb(71,129,96); }

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

background-color css

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

 a { background-color: rgb(71,129,96); }

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

border-color css

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

 span { border-color: rgb(71,129,96); }

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