#74C334

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

Shades of Apple #74C334

Tints of Apple #74C334

Color information

#74C334 (or 0x74C334) is unknown color: approx Apple. HEX triplet: 74, C3 and 34. RGB value is (116,195,52). Sum of RGB (Red+Green+Blue) = 116+195+52=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #74C334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C334 is #8B3CCB. Grayscale: #9B9B9B. Windows color (decimal): -9125068 or 3457908. OLE color: 3457908.

HSL color Cylindrical-coordinate representation of color #74C334: hue angle of 93.15º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74C334 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB11619552-
CMYK0.4100.730.24
HSL93.15º57.89%48.43%-
HSV(B)93.15º73.33%76.47%-
XYZ27.3442.9910.11-
YUV155.0869.83100.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.96%
GREEN value IS 195 (76.56% from 255) = 53.72%
BLUE value IS 52 (20.70% from 255) = 14.33%
R=31.96%
G=53.72%
B=14.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal116195520.4100.730.2493.1557.8948.43
Hex74C33429049185d3a30
Octal16430364510111301357260
Binary11101001100001111010010100101001001110001011101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,195,52); }

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

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

 a { background-color: rgb(116,195,52); }

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

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

 span { border-color: rgb(116,195,52); }

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