Html Css Color HEX #478B64 Como

📋 copy color: '#478B64'

red 71 ◦ green 139 ◦ blue 100

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

Shades of Como #478B64

Tints of Como #478B64

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.84%

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

R = 22.9%
G = 44.84%
B = 32.26%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#478B64 (or 0x478B64) is known color: Como. HEX triplet: 47, 8B and 64. RGB value is (71,139,100). Sum of RGB (Red+Green+Blue) = 71+139+100=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #478B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478B64 is #B8749B. Grayscale: #727272. Windows color (decimal): -12088476 or 6589255. OLE color: 6589255.

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

Color convert

RGB 71 139 100 -
CMYK 0.49 0 0.28 0.45
HSL 145.59º 0.32% 0.41% -
HSV(B) 145.59º 0.49% 0.55% -
XYZ 14.13 20.72 15.31 -
YUV 114.22 119.97 97.17 -
System Red Green Blue C M Y K H S L
Decimal 71 139 100 0.49 0 0.28 0.45 145.59 0.32 0.41
Hex 47 8B 64 31 0 1C 2D 92 20 29
Octal 107 213 144 61 0 34 55 222 40 51
Binary 1000111 10001011 1100100 110001 0 11100 101101 10010010 100000 101001

Color Harmonies of #478B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478B64

Black with #478B64

Text Example


Text Example

White with #478B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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