#619D41

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

Shades of Apple #619D41

Tints of Apple #619D41

Color information

#619D41 (or 0x619D41) is unknown color: approx Apple. HEX triplet: 61, 9D and 41. RGB value is (97,157,65). Sum of RGB (Red+Green+Blue) = 97+157+65=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 157 (61.72% from 255 or 49.22% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 157 - color contains mainly: green. Hex color #619D41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619D41 is #9E62BE. Grayscale: #808080. Windows color (decimal): -10379967 or 4300129. OLE color: 4300129.

HSL color Cylindrical-coordinate representation of color #619D41: hue angle of 99.13º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #619D41 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB9715765-
CMYK0.3800.590.38
HSL99.13º41.44%43.53%-
HSV(B)99.13º58.6%61.57%-
XYZ17.9427.049.27-
YUV128.5792.12105.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.41%
GREEN value IS 157 (61.72% from 255) = 49.22%
BLUE value IS 65 (25.78% from 255) = 20.38%
R=30.41%
G=49.22%
B=20.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97157650.3800.590.3899.1341.4443.53
Hex619D412603B2663292c
Octal14123510146073461435154
Binary110000110011101100000110011001110111001101100011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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