Html Css Color HEX #478D66 Eucalyptus

📋 copy color: '#478D66'

red 71 ◦ green 141 ◦ blue 102

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

Shades of Eucalyptus #478D66

Tints of Eucalyptus #478D66

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.9%

 BLUE value IS 102 (40.23% from 255) = 32.48%

R = 22.61%
G = 44.9%
B = 32.48%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#478D66 (or 0x478D66) is known color: Eucalyptus. HEX triplet: 47, 8D and 66. RGB value is (71,141,102). Sum of RGB (Red+Green+Blue) = 71+141+102=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 141 - color contains mainly: green. Hex color #478D66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478D66 is #B87299. Grayscale: #737373. Windows color (decimal): -12087962 or 6720839. OLE color: 6720839.

HSL color Cylindrical-coordinate representation of color #478D66: hue angle of 146.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478D66 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 141 102 -
CMYK 0.50 0 0.28 0.45
HSL 146.57º 0.33% 0.42% -
HSV(B) 146.57º 0.5% 0.55% -
XYZ 14.52 21.35 15.93 -
YUV 115.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 71 141 102 0.50 0 0.28 0.45 146.57 0.33 0.42
Hex 47 8D 66 32 0 1C 2D 93 21 2A
Octal 107 215 146 62 0 34 55 223 41 52
Binary 1000111 10001101 1100110 110010 0 11100 101101 10010011 100001 101010

Color Harmonies of #478D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478D66

Black with #478D66

Text Example


Text Example

White with #478D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478D66; }

 p { color: rgb(71,141,102); }

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

background-color css

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

 a { background-color: rgb(71,141,102); }

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

border-color css

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

 span { border-color: rgb(71,141,102); }

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