#73AF35

Color #73AF35 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #73AF35

Tints of Lima #73AF35

Color information

#73AF35 (or 0x73AF35) is unknown color: approx Lima. HEX triplet: 73, AF and 35. RGB value is (115,175,53). Sum of RGB (Red+Green+Blue) = 115+175+53=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AF35 is #8C50CA. Grayscale: #8F8F8F. Windows color (decimal): -9195723 or 3518323. OLE color: 3518323.

HSL color Cylindrical-coordinate representation of color #73AF35: hue angle of 89.51º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73AF35 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB11517553-
CMYK0.3400.700.31
HSL89.51º53.51%44.71%-
HSV(B)89.51º69.71%68.63%-
XYZ23.0434.568.82-
YUV143.1577.12107.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.53%
GREEN value IS 175 (68.75% from 255) = 51.02%
BLUE value IS 53 (21.09% from 255) = 15.45%
R=33.53%
G=51.02%
B=15.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115175530.3400.700.3189.5153.5144.71
Hex73AF35220461F5a362d
Octal16325765420106371326655
Binary11100111010111111010110001001000110111111011010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,175,53); }

 H1.HeaderClassName
 {
   color: #73AF35;
 }
 .AnyTagClassName
 {
   color: #73AF35;
 }
</style>
background-color css

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

 a { background-color: rgb(115,175,53); }

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

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

 span { border-color: rgb(115,175,53); }

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