Html Css Color HEX #478164 Como

📋 copy color: '#478164'

red 71 ◦ green 129 ◦ blue 100

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

Shades of Como #478164

Tints of Como #478164

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43%

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

R = 23.67%
G = 43%
B = 33.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#478164 (or 0x478164) is known color: Como. HEX triplet: 47, 81 and 64. RGB value is (71,129,100). Sum of RGB (Red+Green+Blue) = 71+129+100=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 129 - color contains mainly: green. Hex color #478164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478164 is #B87E9B. Grayscale: #6C6C6C. Windows color (decimal): -12091036 or 6586695. OLE color: 6586695.

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

Color convert

RGB 71 129 100 -
CMYK 0.45 0 0.22 0.49
HSL 150º 0.29% 0.39% -
HSV(B) 150º 0.45% 0.51% -
XYZ 12.75 17.96 14.85 -
YUV 108.35 123.28 101.36 -
System Red Green Blue C M Y K H S L
Decimal 71 129 100 0.45 0 0.22 0.49 150 0.29 0.39
Hex 47 81 64 2D 0 16 31 96 1D 27
Octal 107 201 144 55 0 26 61 226 35 47
Binary 1000111 10000001 1100100 101101 0 10110 110001 10010110 11101 100111

Color Harmonies of #478164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478164

Black with #478164

Text Example


Text Example

White with #478164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478164; }

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

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

background-color css

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

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

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

border-color css

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

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

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