#74C039

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

Shades of Apple #74C039

Tints of Apple #74C039

Color information

#74C039 (or 0x74C039) is unknown color: approx Apple. HEX triplet: 74, C0 and 39. RGB value is (116,192,57). Sum of RGB (Red+Green+Blue) = 116+192+57=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #74C039 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C039 is #8B3FC6. Grayscale: #9A9A9A. Windows color (decimal): -9125831 or 3784820. OLE color: 3784820.

HSL color Cylindrical-coordinate representation of color #74C039: hue angle of 93.78º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74C039 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB11619257-
CMYK0.4000.700.25
HSL93.78º54.22%48.82%-
HSV(B)93.78º70.31%75.29%-
XYZ26.7941.7110.51-
YUV153.8973.32100.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.78%
GREEN value IS 192 (75.39% from 255) = 52.60%
BLUE value IS 57 (22.66% from 255) = 15.62%
R=31.78%
G=52.60%
B=15.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116192570.4000.700.2593.7854.2248.82
Hex74C03928046195e3631
Octal16430071500106311366661
Binary11101001100000011100110100001000110110011011110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,192,57); }

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

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

 a { background-color: rgb(116,192,57); }

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

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

 span { border-color: rgb(116,192,57); }

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