#73BD38

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

Shades of Apple #73BD38

Tints of Apple #73BD38

Color information

#73BD38 (or 0x73BD38) is unknown color: approx Apple. HEX triplet: 73, BD and 38. RGB value is (115,189,56). Sum of RGB (Red+Green+Blue) = 115+189+56=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BD38 is #8C42C7. Grayscale: #989898. Windows color (decimal): -9192136 or 3718515. OLE color: 3718515.

HSL color Cylindrical-coordinate representation of color #73BD38: hue angle of 93.38º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73BD38 is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB11518956-
CMYK0.3900.700.26
HSL93.38º54.29%48.04%-
HSV(B)93.38º70.37%74.12%-
XYZ25.9840.3310.16-
YUV151.7173.98101.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.94%
GREEN value IS 189 (74.22% from 255) = 52.5%
BLUE value IS 56 (22.27% from 255) = 15.56%
R=31.94%
G=52.5%
B=15.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal115189560.3900.700.2693.3854.2948.04
Hex73BD38270461A5d3630
Octal16327570470106321356660
Binary11100111011110111100010011101000110110101011101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,189,56); }

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

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

 a { background-color: rgb(115,189,56); }

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

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

 span { border-color: rgb(115,189,56); }

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