Html Css Color HEX #478060 Como

📋 copy color: '#478060'

red 71 ◦ green 128 ◦ blue 96

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

Shades of Como #478060

Tints of Como #478060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.39%

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

R = 24.07%
G = 43.39%
B = 32.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#478060 (or 0x478060) is known color: Como. HEX triplet: 47, 80 and 60. RGB value is (71,128,96). Sum of RGB (Red+Green+Blue) = 71+128+96=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 128 - color contains mainly: green. Hex color #478060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478060 is #B87F9F. Grayscale: #6B6B6B. Windows color (decimal): -12091296 or 6324295. OLE color: 6324295.

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

Color convert

RGB 71 128 96 -
CMYK 0.45 0 0.25 0.50
HSL 146.32º 0.29% 0.39% -
HSV(B) 146.32º 0.45% 0.5% -
XYZ 12.43 17.62 13.81 -
YUV 107.31 121.62 102.1 -
System Red Green Blue C M Y K H S L
Decimal 71 128 96 0.45 0 0.25 0.50 146.32 0.29 0.39
Hex 47 80 60 2D 0 19 32 92 1D 27
Octal 107 200 140 55 0 31 62 222 35 47
Binary 1000111 10000000 1100000 101101 0 11001 110010 10010010 11101 100111

Color Harmonies of #478060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478060

Black with #478060

Text Example


Text Example

White with #478060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478060; }

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

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

background-color css

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

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

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

border-color css

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

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

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