Html Css Color HEX #819478 Amulet

📋 copy color: '#819478'

red 129 ◦ green 148 ◦ blue 120

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

Shades of Amulet #819478

Tints of Amulet #819478

RGB

 RED value IS 129 (50.78% from 255) = 32.49%

 GREEN value IS 148 (58.2% from 255) = 37.28%

 BLUE value IS 120 (47.27% from 255) = 30.23%

R = 32.49%
G = 37.28%
B = 30.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#819478 (or 0x819478) is known color: Amulet. HEX triplet: 81, 94 and 78. RGB value is (129,148,120). Sum of RGB (Red+Green+Blue) = 129+148+120=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 148 - color contains mainly: green. Hex color #819478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819478 is #7E6B87. Grayscale: #8B8B8B. Windows color (decimal): -8285064 or 7902337. OLE color: 7902337.

HSL color Cylindrical-coordinate representation of color #819478: hue angle of 100.71º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #819478 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 148 120 -
CMYK 0.13 0 0.19 0.42
HSL 100.71º 0.12% 0.53% -
HSV(B) 100.71º 0.19% 0.58% -
XYZ 23.03 27.2 21.81 -
YUV 139.13 117.21 120.78 -
System Red Green Blue C M Y K H S L
Decimal 129 148 120 0.13 0 0.19 0.42 100.71 0.12 0.53
Hex 81 94 78 D 0 13 2A 65 C 35
Octal 201 224 170 15 0 23 52 145 14 65
Binary 10000001 10010100 1111000 1101 0 10011 101010 1100101 1100 110101

Color Harmonies of #819478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819478

Black with #819478

Text Example


Text Example

White with #819478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819478; }

 p { color: rgb(129,148,120); }

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

background-color css

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

 a { background-color: rgb(129,148,120); }

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

border-color css

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

 span { border-color: rgb(129,148,120); }

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