#73B152

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

Shades of Apple #73B152

Tints of Apple #73B152

Color information

#73B152 (or 0x73B152) is unknown color: approx Apple. HEX triplet: 73, B1 and 52. RGB value is (115,177,82). Sum of RGB (Red+Green+Blue) = 115+177+82=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #73B152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73B152 is #8C4EAD. Grayscale: #939393. Windows color (decimal): -9195182 or 5419379. OLE color: 5419379.

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

Color convert

RGB11517782-
CMYK0.3500.540.31
HSL99.16º37.85%50.78%-
HSV(B)99.16º53.67%69.41%-
XYZ24.3235.713.59-
YUV147.6390.96104.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.75%
GREEN value IS 177 (69.53% from 255) = 47.33%
BLUE value IS 82 (32.42% from 255) = 21.93%
R=30.75%
G=47.33%
B=21.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115177820.3500.540.3199.1637.8550.78
Hex73B152230361F632633
Octal16326112243066371434663
Binary11100111011000110100101000110110110111111100011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,177,82); }

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

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

 a { background-color: rgb(115,177,82); }

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

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

 span { border-color: rgb(115,177,82); }

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