#619D48

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

Shades of Apple #619D48

Tints of Apple #619D48

Color information

#619D48 (or 0x619D48) is unknown color: approx Apple. HEX triplet: 61, 9D and 48. RGB value is (97,157,72). Sum of RGB (Red+Green+Blue) = 97+157+72=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 157 - color contains mainly: green. Hex color #619D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619D48 is #9E62B7. Grayscale: #818181. Windows color (decimal): -10379960 or 4758881. OLE color: 4758881.

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

Color convert

RGB9715772-
CMYK0.3800.540.38
HSL102.35º37.12%44.9%-
HSV(B)102.35º54.14%61.57%-
XYZ18.1627.1210.41-
YUV129.3795.62104.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 157 (61.72% from 255) = 48.16%
BLUE value IS 72 (28.52% from 255) = 22.09%
R=29.75%
G=48.16%
B=22.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97157720.3800.540.38102.3537.1244.9
Hex619D48260362666252d
Octal14123511046066461464555
Binary110000110011101100100010011001101101001101100110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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