#639945

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

Shades of Apple #639945

Tints of Apple #639945

Color information

#639945 (or 0x639945) is unknown color: approx Apple. HEX triplet: 63, 99 and 45. RGB value is (99,153,69). Sum of RGB (Red+Green+Blue) = 99+153+69=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #639945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639945 is #9C66BA. Grayscale: #7F7F7F. Windows color (decimal): -10249915 or 4561251. OLE color: 4561251.

HSL color Cylindrical-coordinate representation of color #639945: hue angle of 98.57º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #639945 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB9915369-
CMYK0.3500.550.4
HSL98.57º37.84%43.53%-
HSV(B)98.57º54.9%60%-
XYZ17.6125.869.69-
YUV127.2895.11107.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.84%
GREEN value IS 153 (60.16% from 255) = 47.66%
BLUE value IS 69 (27.34% from 255) = 21.50%
R=30.84%
G=47.66%
B=21.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal99153690.3500.550.498.5737.8443.53
Hex639945230372863262c
Octal14323110543067501434654
Binary110001110011001100010110001101101111010001100011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639945; }

 p { color: rgb(99,153,69); }

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

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

 a { background-color: rgb(99,153,69); }

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

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

 span { border-color: rgb(99,153,69); }

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