Html Css Color HEX #73A362 Amulet

📋 copy color: '#73A362'

red 115 ◦ green 163 ◦ blue 98

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

Shades of Amulet #73A362

Tints of Amulet #73A362

RGB

 RED value IS 115 (45.31% from 255) = 30.59%

 GREEN value IS 163 (64.06% from 255) = 43.35%

 BLUE value IS 98 (38.67% from 255) = 26.06%

R = 30.59%
G = 43.35%
B = 26.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#73A362 (or 0x73A362) is known color: Amulet. HEX triplet: 73, A3 and 62. RGB value is (115,163,98). Sum of RGB (Red+Green+Blue) = 115+163+98=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 163 - color contains mainly: green. Hex color #73A362 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A362 is #8C5C9D. Grayscale: #8D8D8D. Windows color (decimal): -9198750 or 6464371. OLE color: 6464371.

HSL color Cylindrical-coordinate representation of color #73A362: hue angle of 104.31º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73A362 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 115 163 98 -
CMYK 0.29 0 0.40 0.36
HSL 104.31º 0.26% 0.51% -
HSV(B) 104.31º 0.4% 0.64% -
XYZ 22.37 30.72 16.31 -
YUV 141.24 103.6 109.29 -
System Red Green Blue C M Y K H S L
Decimal 115 163 98 0.29 0 0.40 0.36 104.31 0.26 0.51
Hex 73 A3 62 1D 0 28 24 68 1A 33
Octal 163 243 142 35 0 50 44 150 32 63
Binary 1110011 10100011 1100010 11101 0 101000 100100 1101000 11010 110011

Color Harmonies of #73A362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A362

Black with #73A362

Text Example


Text Example

White with #73A362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73A362; }

 p { color: rgb(115,163,98); }

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

background-color css

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

 a { background-color: rgb(115,163,98); }

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

border-color css

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

 span { border-color: rgb(115,163,98); }

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