#74C344

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

Shades of Apple #74C344

Tints of Apple #74C344

Color information

#74C344 (or 0x74C344) is unknown color: approx Apple. HEX triplet: 74, C3 and 44. RGB value is (116,195,68). Sum of RGB (Red+Green+Blue) = 116+195+68=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 195 (76.56% from 255 or 51.45% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 195 - color contains mainly: green. Hex color #74C344 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C344 is #8B3CBB. Grayscale: #9D9D9D. Windows color (decimal): -9125052 or 4506484. OLE color: 4506484.

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

Color convert

RGB11619568-
CMYK0.4100.650.24
HSL97.32º51.42%51.57%-
HSV(B)97.32º65.13%76.47%-
XYZ27.7643.1612.34-
YUV156.977.8398.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.61%
GREEN value IS 195 (76.56% from 255) = 51.45%
BLUE value IS 68 (26.95% from 255) = 17.94%
R=30.61%
G=51.45%
B=17.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal116195680.4100.650.2497.3251.4251.57
Hex74C3442904118613334
Octal164303104510101301416364
Binary111010011000011100010010100101000001110001100001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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