Html Css Color HEX #478A64 Como

📋 copy color: '#478A64'

red 71 ◦ green 138 ◦ blue 100

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

Shades of Como #478A64

Tints of Como #478A64

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.66%

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

R = 22.98%
G = 44.66%
B = 32.36%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#478A64 (or 0x478A64) is known color: Como. HEX triplet: 47, 8A and 64. RGB value is (71,138,100). Sum of RGB (Red+Green+Blue) = 71+138+100=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 138 - color contains mainly: green. Hex color #478A64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478A64 is #B8759B. Grayscale: #717171. Windows color (decimal): -12088732 or 6588999. OLE color: 6588999.

HSL color Cylindrical-coordinate representation of color #478A64: hue angle of 145.97º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #478A64 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 138 100 -
CMYK 0.49 0 0.28 0.46
HSL 145.97º 0.32% 0.41% -
HSV(B) 145.97º 0.49% 0.54% -
XYZ 13.99 20.44 15.26 -
YUV 113.64 120.3 97.59 -
System Red Green Blue C M Y K H S L
Decimal 71 138 100 0.49 0 0.28 0.46 145.97 0.32 0.41
Hex 47 8A 64 31 0 1C 2E 92 20 29
Octal 107 212 144 61 0 34 56 222 40 51
Binary 1000111 10001010 1100100 110001 0 11100 101110 10010010 100000 101001

Color Harmonies of #478A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478A64

Black with #478A64

Text Example


Text Example

White with #478A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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