Html Css Color HEX #73B436 Lima

📋 copy color: '#73B436'

red 115 ◦ green 180 ◦ blue 54

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

Shades of Lima #73B436

Tints of Lima #73B436

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.58%

 BLUE value IS 54 (21.48% from 255) = 15.47%

R = 32.95%
G = 51.58%
B = 15.47%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.7

 K value IS 0.29

RGB Variations

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

Color information

#73B436 (or 0x73B436) is known color: Lima. HEX triplet: 73, B4 and 36. RGB value is (115,180,54). Sum of RGB (Red+Green+Blue) = 115+180+54=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 180 (70.70% from 255 or 51.58% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 180 - color contains mainly: green. Hex color #73B436 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B436 is #8C4BC9. Grayscale: #929292. Windows color (decimal): -9194442 or 3585139. OLE color: 3585139.

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

Color convert

RGB 115 180 54 -
CMYK 0.36 0 0.7 0.29
HSL 90.95º 0.54% 0.46% -
HSV(B) 90.95º 0.7% 0.71% -
XYZ 24.06 36.55 9.28 -
YUV 146.2 75.97 105.75 -
System Red Green Blue C M Y K H S L
Decimal 115 180 54 0.36 0 0.7 0.29 90.95 0.54 0.46
Hex 73 B4 36 24 0 46 1D 5B 36 2E
Octal 163 264 66 44 0 106 35 133 66 56
Binary 1110011 10110100 110110 100100 0 1000110 11101 1011011 110110 101110

Color Harmonies of #73B436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B436

Black with #73B436

Text Example


Text Example

White with #73B436

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,180,54); }

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

background-color css

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

 a { background-color: rgb(115,180,54); }

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

border-color css

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

 span { border-color: rgb(115,180,54); }

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