Html Css Color HEX #73B32D Lima

📋 copy color: '#73B32D'

red 115 ◦ green 179 ◦ blue 45

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

Shades of Lima #73B32D

Tints of Lima #73B32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.27%

R = 33.92%
G = 52.8%
B = 13.27%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#73B32D (or 0x73B32D) is known color: Lima. HEX triplet: 73, B3 and 2D. RGB value is (115,179,45). Sum of RGB (Red+Green+Blue) = 115+179+45=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 179 (70.31% from 255 or 52.80% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 179 - color contains mainly: green. Hex color #73B32D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B32D is #8C4CD2. Grayscale: #919191. Windows color (decimal): -9194707 or 2995059. OLE color: 2995059.

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

Color convert

RGB 115 179 45 -
CMYK 0.36 0 0.75 0.30
HSL 88.66º 0.6% 0.44% -
HSV(B) 88.66º 0.75% 0.7% -
XYZ 23.66 36.07 8.2 -
YUV 144.59 71.8 106.9 -
System Red Green Blue C M Y K H S L
Decimal 115 179 45 0.36 0 0.75 0.30 88.66 0.6 0.44
Hex 73 B3 2D 24 0 4B 1E 59 3C 2C
Octal 163 263 55 44 0 113 36 131 74 54
Binary 1110011 10110011 101101 100100 0 1001011 11110 1011001 111100 101100

Color Harmonies of #73B32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B32D

Black with #73B32D

Text Example


Text Example

White with #73B32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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