Html Css Color HEX #73B934 Lima

📋 copy color: '#73B934'

red 115 ◦ green 185 ◦ blue 52

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

Shades of Lima #73B934

Tints of Lima #73B934

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.56%

 BLUE value IS 52 (20.7% from 255) = 14.77%

R = 32.67%
G = 52.56%
B = 14.77%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#73B934 (or 0x73B934) is known color: Lima. HEX triplet: 73, B9 and 34. RGB value is (115,185,52). Sum of RGB (Red+Green+Blue) = 115+185+52=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 185 (72.66% from 255 or 52.56% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 185 - color contains mainly: green. Hex color #73B934 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B934 is #8C46CB. Grayscale: #959595. Windows color (decimal): -9193164 or 3455347. OLE color: 3455347.

HSL color Cylindrical-coordinate representation of color #73B934: hue angle of 91.58º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73B934 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 185 52 -
CMYK 0.38 0 0.72 0.27
HSL 91.58º 0.56% 0.46% -
HSV(B) 91.58º 0.72% 0.73% -
XYZ 25.04 38.59 9.38 -
YUV 148.91 73.31 103.81 -
System Red Green Blue C M Y K H S L
Decimal 115 185 52 0.38 0 0.72 0.27 91.58 0.56 0.46
Hex 73 B9 34 26 0 48 1B 5C 38 2E
Octal 163 271 64 46 0 110 33 134 70 56
Binary 1110011 10111001 110100 100110 0 1001000 11011 1011100 111000 101110

Color Harmonies of #73B934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B934

Black with #73B934

Text Example


Text Example

White with #73B934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,185,52); }

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

background-color css

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

 a { background-color: rgb(115,185,52); }

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

border-color css

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

 span { border-color: rgb(115,185,52); }

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