Html Css Color HEX #478464 Como

📋 copy color: '#478464'

red 71 ◦ green 132 ◦ blue 100

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

Shades of Como #478464

Tints of Como #478464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.56%

 BLUE value IS 100 (39.45% from 255) = 33%

R = 23.43%
G = 43.56%
B = 33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#478464 (or 0x478464) is known color: Como. HEX triplet: 47, 84 and 64. RGB value is (71,132,100). Sum of RGB (Red+Green+Blue) = 71+132+100=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #478464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478464 is #B87B9B. Grayscale: #6E6E6E. Windows color (decimal): -12090268 or 6587463. OLE color: 6587463.

HSL color Cylindrical-coordinate representation of color #478464: hue angle of 148.52º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #478464 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 132 100 -
CMYK 0.46 0 0.24 0.48
HSL 148.52º 0.3% 0.4% -
HSV(B) 148.52º 0.46% 0.52% -
XYZ 13.15 18.76 14.98 -
YUV 110.11 122.29 100.1 -
System Red Green Blue C M Y K H S L
Decimal 71 132 100 0.46 0 0.24 0.48 148.52 0.3 0.4
Hex 47 84 64 2E 0 18 30 95 1E 28
Octal 107 204 144 56 0 30 60 225 36 50
Binary 1000111 10000100 1100100 101110 0 11000 110000 10010101 11110 101000

Color Harmonies of #478464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478464

Black with #478464

Text Example


Text Example

White with #478464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478464; }

 p { color: rgb(71,132,100); }

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

background-color css

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

 a { background-color: rgb(71,132,100); }

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

border-color css

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

 span { border-color: rgb(71,132,100); }

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