#74C341

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

Shades of Apple #74C341

Tints of Apple #74C341

Color information

#74C341 (or 0x74C341) is unknown color: approx Apple. HEX triplet: 74, C3 and 41. RGB value is (116,195,65). Sum of RGB (Red+Green+Blue) = 116+195+65=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #74C341 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C341 is #8B3CBE. Grayscale: #9D9D9D. Windows color (decimal): -9125055 or 4309876. OLE color: 4309876.

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

Color convert

RGB11619565-
CMYK0.4100.670.24
HSL96.46º52%50.98%-
HSV(B)96.46º66.67%76.47%-
XYZ27.6743.1211.87-
YUV156.5676.3399.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.85%
GREEN value IS 195 (76.56% from 255) = 51.86%
BLUE value IS 65 (25.78% from 255) = 17.29%
R=30.85%
G=51.86%
B=17.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal116195650.4100.670.2496.465250.98
Hex74C3412904318603433
Octal164303101510103301406463
Binary111010011000011100000110100101000011110001100000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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