#74B939

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

Shades of Apple #74B939

Tints of Apple #74B939

Color information

#74B939 (or 0x74B939) is unknown color: approx Apple. HEX triplet: 74, B9 and 39. RGB value is (116,185,57). Sum of RGB (Red+Green+Blue) = 116+185+57=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 185 (72.66% from 255 or 51.68% from 358); Blue value is 57 (22.66% from 255 or 15.92% from 358); Max value from RGB is 185 - color contains mainly: green. Hex color #74B939 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B939 is #8B46C6. Grayscale: #969696. Windows color (decimal): -9127623 or 3783028. OLE color: 3783028.

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

Color convert

RGB11618557-
CMYK0.3700.690.27
HSL92.34º52.89%47.45%-
HSV(B)92.34º69.19%72.55%-
XYZ25.2938.7110.01-
YUV149.7875.64103.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.40%
GREEN value IS 185 (72.66% from 255) = 51.68%
BLUE value IS 57 (22.66% from 255) = 15.92%
R=32.40%
G=51.68%
B=15.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116185570.3700.690.2792.3452.8947.45
Hex74B939250451B5c352f
Octal16427171450105331346557
Binary11101001011100111100110010101000101110111011100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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