#619A41

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

Shades of Apple #619A41

Tints of Apple #619A41

Color information

#619A41 (or 0x619A41) is unknown color: approx Apple. HEX triplet: 61, 9A and 41. RGB value is (97,154,65). Sum of RGB (Red+Green+Blue) = 97+154+65=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 154 (60.55% from 255 or 48.73% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 154 - color contains mainly: green. Hex color #619A41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619A41 is #9E65BE. Grayscale: #7F7F7F. Windows color (decimal): -10380735 or 4299361. OLE color: 4299361.

HSL color Cylindrical-coordinate representation of color #619A41: hue angle of 98.43º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #619A41 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB9715465-
CMYK0.3700.580.40
HSL98.43º40.64%42.94%-
HSV(B)98.43º57.79%60.39%-
XYZ17.4426.039.11-
YUV126.8193.12106.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.70%
GREEN value IS 154 (60.55% from 255) = 48.73%
BLUE value IS 65 (25.78% from 255) = 20.57%
R=30.70%
G=48.73%
B=20.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97154650.3700.580.4098.4340.6442.94
Hex619A412503A2862292b
Octal14123210145072501425153
Binary110000110011010100000110010101110101010001100010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619A41; }

 p { color: rgb(97,154,65); }

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

<style>
 a { background-color: #619A41; }

 a { background-color: rgb(97,154,65); }

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

<style>
 span { border-color: #619A41; }

 span { border-color: rgb(97,154,65); }

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