#74BA49

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

Shades of Apple #74BA49

Tints of Apple #74BA49

Color information

#74BA49 (or 0x74BA49) is unknown color: approx Apple. HEX triplet: 74, BA and 49. RGB value is (116,186,73). Sum of RGB (Red+Green+Blue) = 116+186+73=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BA49 is #8B45B6. Grayscale: #989898. Windows color (decimal): -9127351 or 4831860. OLE color: 4831860.

HSL color Cylindrical-coordinate representation of color #74BA49: hue angle of 97.17º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74BA49 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB11618673-
CMYK0.3800.610.27
HSL97.17º45.02%50.78%-
HSV(B)97.17º60.75%72.94%-
XYZ25.9639.3112.52-
YUV152.1983.31102.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.93%
GREEN value IS 186 (73.05% from 255) = 49.6%
BLUE value IS 73 (28.91% from 255) = 19.47%
R=30.93%
G=49.6%
B=19.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116186730.3800.610.2797.1745.0250.78
Hex74BA492603D1B612d33
Octal16427211146075331415563
Binary11101001011101010010011001100111101110111100001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74BA49; }

 p { color: rgb(116,186,73); }

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

<style>
 a { background-color: #74BA49; }

 a { background-color: rgb(116,186,73); }

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

<style>
 span { border-color: #74BA49; }

 span { border-color: rgb(116,186,73); }

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