Html Css Color HEX #73B529 Lima

📋 copy color: '#73B529'

red 115 ◦ green 181 ◦ blue 41

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

Shades of Lima #73B529

Tints of Lima #73B529

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.71%

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

R = 34.12%
G = 53.71%
B = 12.17%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#73B529 (or 0x73B529) is known color: Lima. HEX triplet: 73, B5 and 29. RGB value is (115,181,41). Sum of RGB (Red+Green+Blue) = 115+181+41=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 181 (71.09% from 255 or 53.71% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 181 - color contains mainly: green. Hex color #73B529 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B529 is #8C4AD6. Grayscale: #919191. Windows color (decimal): -9194199 or 2733427. OLE color: 2733427.

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

Color convert

RGB 115 181 41 -
CMYK 0.36 0 0.77 0.29
HSL 88.29º 0.63% 0.44% -
HSV(B) 88.29º 0.77% 0.71% -
XYZ 23.99 36.85 7.95 -
YUV 145.31 69.13 106.38 -
System Red Green Blue C M Y K H S L
Decimal 115 181 41 0.36 0 0.77 0.29 88.29 0.63 0.44
Hex 73 B5 29 24 0 4D 1D 58 3F 2C
Octal 163 265 51 44 0 115 35 130 77 54
Binary 1110011 10110101 101001 100100 0 1001101 11101 1011000 111111 101100

Color Harmonies of #73B529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B529

Black with #73B529

Text Example


Text Example

White with #73B529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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