Html Css Color HEX #73AC32 Lima

📋 copy color: '#73AC32'

red 115 ◦ green 172 ◦ blue 50

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

Shades of Lima #73AC32

Tints of Lima #73AC32

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.04%

 BLUE value IS 50 (19.92% from 255) = 14.84%

R = 34.12%
G = 51.04%
B = 14.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#73AC32 (or 0x73AC32) is known color: Lima. HEX triplet: 73, AC and 32. RGB value is (115,172,50). Sum of RGB (Red+Green+Blue) = 115+172+50=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #73AC32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AC32 is #8C53CD. Grayscale: #8D8D8D. Windows color (decimal): -9196494 or 3320947. OLE color: 3320947.

HSL color Cylindrical-coordinate representation of color #73AC32: hue angle of 88.03º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73AC32 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 172 50 -
CMYK 0.33 0 0.71 0.33
HSL 88.03º 0.55% 0.44% -
HSV(B) 88.03º 0.71% 0.67% -
XYZ 22.4 33.38 8.28 -
YUV 141.05 76.62 109.42 -
System Red Green Blue C M Y K H S L
Decimal 115 172 50 0.33 0 0.71 0.33 88.03 0.55 0.44
Hex 73 AC 32 21 0 47 21 58 37 2C
Octal 163 254 62 41 0 107 41 130 67 54
Binary 1110011 10101100 110010 100001 0 1000111 100001 1011000 110111 101100

Color Harmonies of #73AC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AC32

Black with #73AC32

Text Example


Text Example

White with #73AC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,172,50); }

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

background-color css

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

 a { background-color: rgb(115,172,50); }

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

border-color css

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

 span { border-color: rgb(115,172,50); }

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