Html Css Color HEX #73B329 Lima

📋 copy color: '#73B329'

red 115 ◦ green 179 ◦ blue 41

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

Shades of Lima #73B329

Tints of Lima #73B329

RGB

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

 GREEN value IS 179 (70.31% from 255) = 53.43%

 BLUE value IS 41 (16.41% from 255) = 12.24%

R = 34.33%
G = 53.43%
B = 12.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#73B329 (or 0x73B329) is known color: Lima. HEX triplet: 73, B3 and 29. RGB value is (115,179,41). Sum of RGB (Red+Green+Blue) = 115+179+41=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 179 (70.31% from 255 or 53.43% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 179 - color contains mainly: green. Hex color #73B329 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B329 is #8C4CD6. Grayscale: #909090. Windows color (decimal): -9194711 or 2732915. OLE color: 2732915.

HSL color Cylindrical-coordinate representation of color #73B329: hue angle of 87.83º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73B329 is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 115 179 41 -
CMYK 0.36 0 0.77 0.30
HSL 87.83º 0.63% 0.43% -
HSV(B) 87.83º 0.77% 0.7% -
XYZ 23.59 36.05 7.81 -
YUV 144.13 69.8 107.22 -
System Red Green Blue C M Y K H S L
Decimal 115 179 41 0.36 0 0.77 0.30 87.83 0.63 0.43
Hex 73 B3 29 24 0 4D 1E 58 3F 2B
Octal 163 263 51 44 0 115 36 130 77 53
Binary 1110011 10110011 101001 100100 0 1001101 11110 1011000 111111 101011

Color Harmonies of #73B329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B329

Black with #73B329

Text Example


Text Example

White with #73B329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,179,41); }

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

background-color css

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

 a { background-color: rgb(115,179,41); }

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

border-color css

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

 span { border-color: rgb(115,179,41); }

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