#74B739

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

Shades of Apple #74B739

Tints of Apple #74B739

Color information

#74B739 (or 0x74B739) is unknown color: approx Apple. HEX triplet: 74, B7 and 39. RGB value is (116,183,57). Sum of RGB (Red+Green+Blue) = 116+183+57=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 183 (71.88% from 255 or 51.40% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 183 - color contains mainly: green. Hex color #74B739 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B739 is #8B48C6. Grayscale: #959595. Windows color (decimal): -9128135 or 3782516. OLE color: 3782516.

HSL color Cylindrical-coordinate representation of color #74B739: hue angle of 91.9º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74B739 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB11618357-
CMYK0.3700.690.28
HSL91.9º52.5%47.06%-
HSV(B)91.9º68.85%71.76%-
XYZ24.8737.889.87-
YUV148.676.3104.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.58%
GREEN value IS 183 (71.88% from 255) = 51.40%
BLUE value IS 57 (22.66% from 255) = 16.01%
R=32.58%
G=51.40%
B=16.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal116183570.3700.690.2891.952.547.06
Hex74B739250451C5c352f
Octal16426771450105341346557
Binary11101001011011111100110010101000101111001011100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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