#73B033

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

Shades of Lima #73B033

Tints of Lima #73B033

Color information

#73B033 (or 0x73B033) is unknown color: approx Lima. HEX triplet: 73, B0 and 33. RGB value is (115,176,51). Sum of RGB (Red+Green+Blue) = 115+176+51=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 176 (69.14% from 255 or 51.46% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 176 - color contains mainly: green. Hex color #73B033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73B033 is #8C4FCC. Grayscale: #8F8F8F. Windows color (decimal): -9195469 or 3387507. OLE color: 3387507.

HSL color Cylindrical-coordinate representation of color #73B033: hue angle of 89.28º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73B033 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB11517651-
CMYK0.3500.710.31
HSL89.28º55.07%44.51%-
HSV(B)89.28º71.02%69.02%-
XYZ23.1934.938.65-
YUV143.5175.79107.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.63%
GREEN value IS 176 (69.14% from 255) = 51.46%
BLUE value IS 51 (20.31% from 255) = 14.91%
R=33.63%
G=51.46%
B=14.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115176510.3500.710.3189.2855.0744.51
Hex73B033230471F59372d
Octal16326063430107371316755
Binary11100111011000011001110001101000111111111011001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,176,51); }

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

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

 a { background-color: rgb(115,176,51); }

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

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

 span { border-color: rgb(115,176,51); }

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